document.write( "Question 167009: there are 26 problems on a test. The boys father offers $8.00 for each correct answer and will take away $5.00 for each incorrect answer. At the end of the test they don't owe each other any money. How many questions did the boy answer correctlY. \n" ); document.write( "
Algebra.Com's Answer #123018 by Earlsdon(6294) ![]() You can put this solution on YOUR website! Let x = the number of correctly-answered problems and y = the number of incorrectly-answered problems. \n" ); document.write( "The sum of these is given as 26 (x+y = 26), the total number of problems on the test. \n" ); document.write( "Foe each correct answer, the son gets $8.00 for a total of x($8.00). \n" ); document.write( "For each incorrect answer, the son loses $5.00 for a total of -y($5.00). \n" ); document.write( "In the end, these two ampounts must be equal since neither one owes the other anything, so... \n" ); document.write( "x($8.00)-y($5.00) = 0 From (x+y = 26), substitute: y = 26-x. \n" ); document.write( "(8)(x)-(5)(26-x) = 0 Simplify. \n" ); document.write( "8x-130+5x = 0 \n" ); document.write( "13x-130 = 0 \n" ); document.write( "13x = 130 \n" ); document.write( "x = 10 and y = 16 \n" ); document.write( "The boy answered 10 questions correctly. \n" ); document.write( " \n" ); document.write( " |