document.write( "Question 1111328: sam is 34yrs older than ben 7yrs from now sam's age will be 3 times as old as ben how old are they now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #726318 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! sam is 34yrs older than ben \n" ); document.write( "s = b + 34 \n" ); document.write( " 7yrs from now sam's age will be 3 times as old as ben \n" ); document.write( "s + 7 = 3(b+7) \n" ); document.write( "s + 7 = 3b + 21 \n" ); document.write( "s = 3b + 21 - 7 \n" ); document.write( "s = 3b + 14 \n" ); document.write( "Replace s with (b+34) and solve\r \n" ); document.write( "\n" ); document.write( " how old are they now? \n" ); document.write( " |