document.write( "Question 275746: Sally's age is now 5 times bobby's in 2 years, she will be 3 times as old.How old are they now? \n" ); document.write( "
Algebra.Com's Answer #217695 by JBarnum(2146) You can put this solution on YOUR website! Sally Bobby \n" ); document.write( "S=5B \n" ); document.write( "S+2=3(B+2) \n" ); document.write( "5B+2=3B+6 \n" ); document.write( "2B=4 \n" ); document.write( "B=2 \n" ); document.write( "S=10 \n" ); document.write( " |