document.write( "Question 800373: Arturo is three times as old as his son. In five years, Arturo will be two and a half times as old as his son. What are their ages?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #483227 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Arturo is three times as old as his son. \n" ); document.write( "a = 3s \n" ); document.write( ": \n" ); document.write( " In five years, Arturo will be two and a half times as old as his son. \n" ); document.write( "a + 5 = 2.5(s+5) \n" ); document.write( "a + 5 = 2.5s + 12.5 \n" ); document.write( "a = 2.5s + 12.5 - 5 \n" ); document.write( "a = 2.5s + 7.5 \n" ); document.write( "Replaces a with 3s and solve\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " What are their ages? \n" ); document.write( " |