document.write( "Question 136710: To stimulate his son in the pursuit of mathematics a math professor offered to pay is son $8 for every equation correctly solved and to fine him $5 for every incorrect solution. At the end of 26 problems, neither owed any money to the other. How many did the boy solve correctly? \n" ); document.write( "
Algebra.Com's Answer #100107 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let C = the number of correct solutions and I = the number of incorrect soltion.
\n" ); document.write( "1) \"C%2BI+=+26\" The total number of problems is 26.
\n" ); document.write( "2) \"C%288%29+-+I%285%29+=+0\" $8 times the number of correct solutions minus $5 times the number of incorrect solutions is zero.
\n" ); document.write( "Rewrite equation 1) as:
\n" ); document.write( "\"I+=+26-C\" and substitute into equation 2):
\n" ); document.write( "\"C%288%29-%2826-C%295+=+0\" Simplify and solve for C.
\n" ); document.write( "\"8C-%28130-5C%29+=+0\"
\n" ); document.write( "\"13C-130+=+0\" Add 130 to both sides.
\n" ); document.write( "\"13C+=+130\" Divide both sides by 13.
\n" ); document.write( "\"C+=+10\" The number of correctly solved problems is 10.
\n" ); document.write( "Check:
\n" ); document.write( "\"10%288%29-16%285%29+=+80-80\"=\"0\"
\n" ); document.write( "
\n" );