document.write( "Question 404935: the combined ages of joel his father and grandfather are equal to 100. joel is 25 years younger than his father and 51 years younger than his grandfather. How old are joel, his father and his grandfather? \n" ); document.write( "
Algebra.Com's Answer #286145 by IWork4Dessert(60)\"\" \"About 
You can put this solution on YOUR website!
The first thing to do here is to separate your equation into parts. The first sentence says, \"the combined ages of Joel, his father, and his grandfather are equal to 100.\" This is going to be your equation:
\n" ); document.write( "Joel+Father+Grandfather=100
\n" ); document.write( "Now you need to find your variables. The problem then says, \"Joel is 25 years younger than his father and 51 years younger than his grandfather.\" Next you break it down.
\n" ); document.write( "Joel is 25 years younger than his father: Joel=x-25
\n" ); document.write( "Father=x
\n" ); document.write( "...and 51 years younger than his grandfather: Now you subtract 25 from 51, which would give you the distance between the ages of the father and the grandfather.
\n" ); document.write( "51-25=26
\n" ); document.write( "This means that the grandfather is 26 years older than the father. Knowing this, you can have:
\n" ); document.write( "Grandfather=x+26
\n" ); document.write( "Now you put it all together.
\n" ); document.write( "(x-25)+x+(x+26)=100
\n" ); document.write( "3x+1=100
\n" ); document.write( "3x=99
\n" ); document.write( "x=33
\n" ); document.write( "Now you know your x, which is the father. Just plug it back in.
\n" ); document.write( "x=33
\n" ); document.write( "x-25=8
\n" ); document.write( "x+26=59
\n" ); document.write( "To check your answer, add these numbers.
\n" ); document.write( "33+8+59=100
\n" ); document.write( "And you're done.
\n" ); document.write( "
\n" );