document.write( "Question 1061163: Justin is 3 years older then Sam, and Justin’s age in 2 years will be twice what Sam’s age was 3 years ago. Find their present ages. \n" ); document.write( "
Algebra.Com's Answer #675970 by addingup(3677)![]() ![]() You can put this solution on YOUR website! J = S+3 \n" ); document.write( "J+2 = 2(S-3) substitute for J \n" ); document.write( "S+3+2 = 2S-6 \n" ); document.write( "S+5 = 19 \n" ); document.write( "S = 14 and \n" ); document.write( "J = 14+3 = 17 \n" ); document.write( " |