document.write( "Question 857820: John is 7 times as old as his son Ron now. In two years, he will only be 5 times the age of his sone then. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #516859 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! J = 7R [John is 7 times as old as his son Ron now.] \n" ); document.write( "J + 2 = 5(R+2) [In two years, he will only be 5 times the age of his son then] \n" ); document.write( "Substitute the value of J from the first equation into the second. \n" ); document.write( "(7r) + 2 = 5(R+2) \n" ); document.write( "Distribute \n" ); document.write( "7R + 2 = 5R + 10 \n" ); document.write( "Subtract 5R from each side \n" ); document.write( "2R + 2 = 10 \n" ); document.write( "Subtract 2 from each side \n" ); document.write( "2R = 8 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "R = 4, which means J = 28 \n" ); document.write( ". \n" ); document.write( "Let's plug the values in to prove. \n" ); document.write( "In two years, R will be 6 and J will b 30 \n" ); document.write( "Is 30 five time 6? Yes. \n" ); document.write( "Success! \n" ); document.write( " |