document.write( "Question 964456: Brandon is 10 years older than sonya. in two years Brandon will be 3 times as old as sonya. how old are they now \n" ); document.write( "
Algebra.Com's Answer #589348 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let Sonya be x years old and Brandon is x+10 years old, then \n" ); document.write( "x+10 +2 = 3*(x+2) \n" ); document.write( "x + 12 = 3x +6 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( "Sony is 3 and Brandon is 13 \n" ); document.write( "************************** \n" ); document.write( "check the answer \n" ); document.write( "3+10 +2 = 3*(3+2) \n" ); document.write( "15 = 3*5 \n" ); document.write( "15 = 15 \n" ); document.write( "our answer checks \n" ); document.write( " |