document.write( "Question 982656: in a quiz game of 20 questions, each correct answer earns 5 points. Each incorrect answer reduces the score by 2 points. Omitted questions scored 0 points. Jana has a total score of 59 points. How many questions did she omit? \n" ); document.write( "
Algebra.Com's Answer #802600 by ikleyn(52946) You can put this solution on YOUR website! . \n" ); document.write( "in a quiz game of 20 questions, each correct answer earns 5 points. \n" ); document.write( "Each incorrect answer reduces the score by 2 points. Omitted questions scored 0 points. \n" ); document.write( "Jana has a total score of 59 points. How many questions did she omit? \n" ); document.write( "~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x = #of correct; y = # of incorrect; z = # of omitted.\r\n" ); document.write( "\r\n" ); document.write( "From the condition, we have these equations for integer numbers x, y, z\r\n" ); document.write( "\r\n" ); document.write( " x + y + z = 20 (1)\r\n" ); document.write( "\r\n" ); document.write( " 5x - 2y = 59 (2)\r\n" ); document.write( "\r\n" ); document.write( " x >= 0, y>= 0, z >= 0 (3)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From equation (2) and inequality y >= 0, we have x >= 12.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Multiply equation (2) by 2 (both sides) and then add with equation (2). You will get\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 7x + 2z = 99,\r\n" ); document.write( "\r\n" ); document.write( " z =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |