document.write( "Question 1054419: The sum of Andre and Butch's scores on a math test was 180. Andres score was two times as much as 30 less than Butch's score. Write an equation and find each student score \n" ); document.write( "
Algebra.Com's Answer #669649 by addingup(3677) You can put this solution on YOUR website! A+B = 180 \n" ); document.write( "A = 2(B-30) \n" ); document.write( "A = 2B-30 \n" ); document.write( "-------------- \n" ); document.write( "A+B = 180 \n" ); document.write( "2B-30+B = 180 \n" ); document.write( "3B = 210 \n" ); document.write( "B = 70 Butch's score was 70 and \n" ); document.write( "A = 2(70-30) = 80 Andre's score was 80 \n" ); document.write( " |