document.write( "Question 513873: Twice Andy's age plus 3 is 25. How old is Andy? \n" ); document.write( "
Algebra.Com's Answer #343187 by umail08(87)![]() ![]() You can put this solution on YOUR website! x = Andy’s age \n" ); document.write( "2x = twice Andy’s age \n" ); document.write( "2x + 3 = twice Andy’s age plus 3 \n" ); document.write( "2x + 3 = 25 … equation to solve \n" ); document.write( "2x + 3 – 3 = 25 – 3 \n" ); document.write( "2x = 22 \n" ); document.write( "2x/2 = 22/2 \n" ); document.write( "x = 11 … Andy’s age \n" ); document.write( " \n" ); document.write( " |