document.write( "Question 54556: In a taste test between two brands of cereal, 1199 votes were cast. If 25 voters had switched their votes from the winner to the loser, the loser would have won by 5 votes. How many votes did each cereal actually receive? \n" ); document.write( "
Algebra.Com's Answer #36827 by Paul(988) ![]() You can put this solution on YOUR website! Let x be the winner votes and y be the loser's votes \n" ); document.write( "EQUATION: \n" ); document.write( "x+y=1199 \n" ); document.write( "y=1199-x \n" ); document.write( "EQUATION 2: \n" ); document.write( "5+(x-25)=y+25 \n" ); document.write( "Subsitute for y: \n" ); document.write( "x-20=(1199-x)+25 \n" ); document.write( "2x=1244 \n" ); document.write( "x=622 \n" ); document.write( "y=1199-622 \n" ); document.write( "y=577 \n" ); document.write( "Hence, there were 622 winner votes and 577 loser's votes \n" ); document.write( "Paul. \n" ); document.write( " |