document.write( "Question 1009472: in an examination, a student attempted 15 question correctly and secured 40 marks. if there were two types of question (2 marks and 4 marks), how many questions of 2 marks did he attempt correctly?solve \n" ); document.write( "
Algebra.Com's Answer #624938 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be questions of 2 marks and let y be questions of 4 marks, then \n" ); document.write( "x + y = 15 \n" ); document.write( "2x + 4y = 40 \n" ); document.write( "solve first equation for y \n" ); document.write( "y = 15 - x \n" ); document.write( "substitute for y in second equation \n" ); document.write( "2x + 4(15-x) = 40 \n" ); document.write( "2x + 60 - 4x = 40 \n" ); document.write( "-2x = -20 \n" ); document.write( "x = 10 \n" ); document.write( "there were 10 questions of 2 marks attempted correctly \n" ); document.write( " \n" ); document.write( " |