document.write( "Question 182970: In a Mathematics contest, a contestant was awarded 6 points for each correct answer but had 4 points deducted for each incorrect answer.After answering 20 questions, Meina earned 40 points. How many questions did she answer correctly?\r
\n" );
document.write( "\n" );
document.write( "(algebra method / Guess and check is not allow) \n" );
document.write( "
Algebra.Com's Answer #137357 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = number of correct of answers \n" ); document.write( "then \n" ); document.write( "20-x = number of incorrect answers \n" ); document.write( ". \n" ); document.write( "6x - 4(20-x) = 40 \n" ); document.write( "6x - 80 + 4x = 40 \n" ); document.write( "10x - 80 = 40 \n" ); document.write( "10x = 120 \n" ); document.write( "x = 12 \n" ); document.write( " |