document.write( "Question 998698: You take a test in which there are 341 points possible. The test consists of true/false questions worth 2 points each, multiple choice questions worth 5 points each, and essay questions worth 10 points each. There are 36 more multiple choice questions than true/false questions. There are 7 times as many multiple choice questions on the exam as there are essay questions.
\n" );
document.write( "How many true/false questions are on the exam?
\n" );
document.write( "How many multiple choice questions are on the exam?
\n" );
document.write( "How many essay questions are on the exam? \n" );
document.write( "
Algebra.Com's Answer #653090 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let essay questions equal n. Multiple choice questions are 7n; 7n-36 equals t/f questions. Then: \n" ); document.write( "2(7n-36)+5(7n)+10n=341 \n" ); document.write( "14n-72+35n+10n=341 \n" ); document.write( "59n=413 \n" ); document.write( "n=7 essay questions \n" ); document.write( "7n=49 multiple choice questions \n" ); document.write( "7n-36=13 t/f questions!!!!!!!!!!! \n" ); document.write( " |