document.write( "Question 718840: Your science test is worth 100 points and contains 38 questions. There are two-point and five-point questions on the test. How many of each type of question are on the test? \n" ); document.write( "
Algebra.Com's Answer #441091 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Your science test is worth 100 points and contains 38 questions. There are two-point and five-point questions on the test. How many of each type of question are on the test? \n" ); document.write( "*** \n" ); document.write( "let x=number of 2-point questions on the test \n" ); document.write( "38-x=number of 3-point questions on the test \n" ); document.write( "2x+3(38-x)=100 \n" ); document.write( "2x+114-3x=100 \n" ); document.write( "x=14 \n" ); document.write( "38-x=24 \n" ); document.write( "number of 2-point questions on the test=14 \n" ); document.write( "number of 3-point questions on the test=24 \n" ); document.write( " |