document.write( "Question 798530: sarah is 15 yrs older than joseph. in ten years from now. sarah will be twice as old as joseph.
\n" );
document.write( "how old is sarah now? \n" );
document.write( "
Algebra.Com's Answer #482349 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! sarah is 15 yrs older than joseph. \n" ); document.write( "s = j+15 \n" ); document.write( " in ten years from now. sarah will be twice as old as joseph. \n" ); document.write( "s+10 = 2(j+10) \n" ); document.write( "s + 10 = 2j + 20 \n" ); document.write( "s = 2j + 20 - 10 \n" ); document.write( "s = 2j + 10 \n" ); document.write( "Replace s with (j+15) \n" ); document.write( "j + 15 = 2j + 10 \n" ); document.write( "15 - 10 2j - j \n" ); document.write( "j = 5 yrs for Joseph\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "how old is sarah now? I'll let you figure that out \n" ); document.write( ": \n" ); document.write( "Check the solutions in the 2nd statement \n" ); document.write( " |