document.write( "Question 637766: A test consists of multiple choice questions worth 2 points and essay questions worth 8 points. The test has 29 questions that are worth a total of 100 points. Use a model to determine how many multiple choice questions are on the test.\r
\n" );
document.write( "\n" );
document.write( " 16\r
\n" );
document.write( "\n" );
document.write( " 19\r
\n" );
document.write( "\n" );
document.write( " 22\r
\n" );
document.write( "\n" );
document.write( " 25 \n" );
document.write( "
Algebra.Com's Answer #401861 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A test consists of multiple choice questions worth 2 points and essay questions worth 8 points. The test has 29 questions that are worth a total of 100 points. Use a model to determine how many multiple choice questions are on the test. \n" ); document.write( "** \n" ); document.write( "let x=no. of 2-point questions \n" ); document.write( "29-x=no. of 8-point questions \n" ); document.write( ".. \n" ); document.write( "2x+8(29-x)=100 \n" ); document.write( "2x+232-8x=100 \n" ); document.write( "6x=132 \n" ); document.write( "x=22 \n" ); document.write( "29-x=7 \n" ); document.write( "no. of 2-point questions=22 \n" ); document.write( "no. of 8-point questions=7 \n" ); document.write( " |