document.write( "Question 430382: Ruby is three years older than Sam. Sum of their age is 33. How old are both of them?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #298891 by Lstark01(4)![]() ![]() ![]() You can put this solution on YOUR website! Let R=Ruby, S=Sam. The two equations you will use are R=S+3 and R+S=33. Since R is already solved, use the substitution method and place it in the second equation: \n" ); document.write( "(S+3)+S=33 \n" ); document.write( "2S+3=33 \n" ); document.write( "-3 on both sides \n" ); document.write( "2S=30 \n" ); document.write( "Divide by 2 on both sides \n" ); document.write( "S=15\r \n" ); document.write( "\n" ); document.write( "Then, if you place S=15 into either equation, you can solve for R.\r \n" ); document.write( "\n" ); document.write( "R=15+3 \n" ); document.write( "R=18\r \n" ); document.write( "\n" ); document.write( "or\r \n" ); document.write( "\n" ); document.write( "R+15=33 \n" ); document.write( "-15 on both sides \n" ); document.write( "R=18 \n" ); document.write( " |