document.write( "Question 844244: Sally is Bob’s younger sister, and she is 7 years younger than Bob. If you multiply Bob’s age by three and subtract Sally’s age, you get their mother’s age, which is 37 years. How old is Sally?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #508637 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Sally is Bob’s younger sister, and she is 7 years younger than Bob. If you multiply Bob’s age by three and subtract Sally’s age, you get their mother’s age, which is 37 years. How old is Sally? \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "s = b - 7 \n" ); document.write( "3b - 2s = 37 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"b\" and solve for \"s\": \n" ); document.write( "3(s+7) - 2s = 37 \n" ); document.write( "s + 21 = 37 \n" ); document.write( "s = 16 yrs. (Sally's age now) \n" ); document.write( "===================== \n" ); document.write( " |