document.write( "Question 948984: George’s age increased by 15 is 7 less than 3 times his age. How old is George? \n" ); document.write( "
Algebra.Com's Answer #579277 by macston(5194)![]() ![]() You can put this solution on YOUR website! G=George's age \n" ); document.write( "G+15=3G-7 Add 7 to each side. \n" ); document.write( "G+22=3G Subtract G from each side. \n" ); document.write( "22=2G Divide each side by 2. \n" ); document.write( "11=G ANSWER: George is 11. \n" ); document.write( "CHECK \n" ); document.write( "G+15=3G-7 \n" ); document.write( "11+15=3(11)-7 \n" ); document.write( "26=33-7 \n" ); document.write( "26=26 \n" ); document.write( " |