document.write( "Question 96286: A student scores 79 on an exam containing 100 problems. He tried to solve all the problems. His score was figured by subtracting two times the number of wrong answers from the number of correct answers. How many problems did he answer correctly? \n" ); document.write( "
Algebra.Com's Answer #70093 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X-2(100-X)=79
\n" ); document.write( "X-200+2X=79
\n" ); document.write( "3X=79+200
\n" ); document.write( "3X=279
\n" ); document.write( "X=279/3
\n" ); document.write( "X=93 CORRECT ANSWERS.
\n" ); document.write( "100-93=7 WRONG ANSWERS.
\n" ); document.write( "93-2*7=93-14=79
\n" ); document.write( "
\n" );