document.write( "Question 102516: Tom is 4 times as old as Todd. In 3 years Tom's age will be 13 years more than 2 times as old as Todd. How old is Tom? \n" ); document.write( "
Algebra.Com's Answer #74585 by mjgulinello(10)\"\" \"About 
You can put this solution on YOUR website!
Let m = Tom's age
\n" ); document.write( "Let d = Todd's age\r
\n" ); document.write( "\n" ); document.write( "Now we have to write equations that compare their ages.
\n" ); document.write( "We know tom is 4 times as old as Todd, so
\n" ); document.write( "\"m+=+4d\"
\n" ); document.write( "We also know in 3 years Tom's age will be 13 years more than 2 times as old as Todd, so
\n" ); document.write( "\"m+%2B+3+=+2%28d%2B3%29+%2B+13\"
\n" ); document.write( "Now we can plug the first equation into the second to get:
\n" ); document.write( "\"4d+%2B+3+=+2%28d%2B3%29+%2B+13\"
\n" ); document.write( "Use the distributive property on the right side of the equation.
\n" ); document.write( "\"4d+%2B+3+=+2d%2B6+%2B+13\"
\n" ); document.write( "Combine like terms
\n" ); document.write( "\"4d+%2B+3+=++2d+%2B+19\"
\n" ); document.write( "Subtract 2d from each side
\n" ); document.write( "\"2d+%2B+3+=+19\"
\n" ); document.write( "Subtract 3 from each side
\n" ); document.write( "\"2d+=+16\"
\n" ); document.write( "Divide each side by 2
\n" ); document.write( "\"d+=+8\"
\n" ); document.write( "So we now know Todd is 8. We can plug that in to find Tom's age.
\n" ); document.write( "\"m+=+4+%2A+8\"
\n" ); document.write( "\"m+=+32\"
\n" ); document.write( "Tom is 32.
\n" ); document.write( "We can check this by using the second equation.
\n" ); document.write( "\"m+%2B+3+=+2%28d%2B3%29+%2B+13\"
\n" ); document.write( "\"32+%2B+3+=+2%288%2B3%29+%2B+13\"
\n" ); document.write( "\"35+=+2+%2A+11+%2B+13\"
\n" ); document.write( "\"35+=+22+%2B+13\"
\n" ); document.write( "\"35+=+35\"
\n" ); document.write( "Check.
\n" ); document.write( "That's all for this problem.
\n" ); document.write( "-Mike
\n" ); document.write( "
\n" );