document.write( "Question 918809: Sue received 20 ore than twice as many votes as Michael. 3,794 votes were cast. How many did each candidate get?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #579157 by booklover15(10)![]() ![]() ![]() You can put this solution on YOUR website! Number of sue's votes = s \n" ); document.write( "Number of michael's votes = m \n" ); document.write( "s+m = 3,794 \n" ); document.write( "s = 2m+20 \n" ); document.write( "So we substitute the s \n" ); document.write( "2m+20+m = 3,794 \n" ); document.write( "3m = 3.794 - 20 \n" ); document.write( "3m = 3.774 \n" ); document.write( "m = 1,258 \n" ); document.write( "So we can find s now \n" ); document.write( "s+m = 3,794 \n" ); document.write( "s+1,258 = 3,794 \n" ); document.write( "s= 2,536 \n" ); document.write( " |