Finding the younger man's age using sum and difference

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 4K views
kai89
Messages
4
Reaction score
0
Algebra 1 Help!

This is really easy but I just can't seem to get it.

Two men were talking about their ages. One said he was 94 years old. "Then," said the younger, "the sum of your age and mine multiplied by the difference will be 8512." How old was the young man.

I thought all i had to do was solve for x
(94-x)(94+x)=8512 but i get a larger number I kept doing it over and over thinking it was a foil mistake but its still wrong. I'm thinking I am gettin tripped up at "multiplied by the difference" the difference of what? If anyone can help me it is greatly appreciated. Thanks
 
Physics news on Phys.org
Your equation is correct. When you multiply out the brackets, you should arrive at an equation for x2. Perhaps you forgot to take the square root, that may be why you have got a large number. If this doesn't help, post your work and we may be able to spot a mistake, if there is one!
 
You might also fiddle about with the prime factorization 8512=2*2*2*2*2*2*7*19
 
This is my first attempt with LaTeX.

As the others have said, your equation is correct.
[tex](94-x)(94+x)=8512[/tex]

After performing FOIL operation:

[tex]-x^2+94x-94x+8836=8512[/tex]

After combining like-terms:

[tex]-x^2+8836=8512[/tex]

To isolate the [tex]-x^2[/tex] term:

[tex]-x^2=-324[/tex]

Now, in order to simplify the [tex]-x^2[/tex] term, you must take the square root. I am not sure if you have come across radicals or not yet, but if the index (the root, [tex]n[/tex]) is even, then the radicand cannot be negative. You will end up with an irrational number.

This is in the form:
[tex](\sqrt[n]{a})^m[/tex]

In order to get rid of the negative sign:

[tex]+(-x^2=-324)[/tex]

Then:

[tex]\sqrt{x^2}=\sqrt{324}[/tex]

From here, see if you can complete the problem.
 
Last edited:
complexPHILOSOPHY said:
In order to get rid of the negative sign:

[tex]+(-x^2=-324)[/tex]

And, BTW, you would do this to get rid of the negative sign:

[tex] -(-x^2=-324)[/tex]

not this:

[tex] +(-x^2=-324)[/tex]
 
I appreciate you've probably solved this problem by now, but there's an interesting thing with expressions like the one you're dealing with, which is one of the first things they teach us here in the UK when it comes to algebra:
An expression of the format (y+x)(y-x) expands to become y^2-x^2. So straight away, taking y as 94, you can get:

94^2-x^2=8512
>> x^2 = 94^2 - 8512
>> x^2 = 324

With simple problems it's often easy to expand the brackets manually, then re-factor once you have a quadratic in x. However, it can be useful and time - saving to learn to spot these little tricks.
 
chuckd1356 said:
And, BTW, you would do this to get rid of the negative sign:

[tex] -(-x^2=-324)[/tex]

not this:

[tex] +(-x^2=-324)[/tex]

Sorry, I hit the wrong symbo on the keyboard.
 
No problem, just making sure the kid didn't get confused.
 
chuckd1356 said:
No problem, just making sure the kid didn't get confused.

I definitely appreciate it, as well my friend.