document.write( "Question 585559: Jay realizes he needs a mark of 100% on his next test in order to achive a 90%average for all his tests.However if he gets a mark of 70% on the next test,his average will be 87%.After he writes the next test,how many tests will he have written?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #373447 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Jay realizes he needs a mark of 100% on his next test in order to achieve a 90% average for all his tests. \n" ); document.write( "However if he gets a mark of 70% on the next test,his average will be 87%. \n" ); document.write( "After he writes the next test,how many tests will he have written? \n" ); document.write( ": \n" ); document.write( "Let n = total number of tests \n" ); document.write( "Let a = average of the test already taken \n" ); document.write( ": \n" ); document.write( "Get 100 on the last test equation \n" ); document.write( " \n" ); document.write( "a(n-1) + 100 = 90n \n" ); document.write( ": \n" ); document.write( "Get 70 on the last test equation \n" ); document.write( " \n" ); document.write( "a(n-1) + 70 = 87n \n" ); document.write( ": \n" ); document.write( "Use elimination here \n" ); document.write( "a(n-1) + 100 = 90n \n" ); document.write( "a(n-1) + 70 = 87n \n" ); document.write( "--------------------subtraction eliminates a(n-1), find n \n" ); document.write( "0 + 30 = 3n \n" ); document.write( "n = 10 total tests taken \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "If you wish to prove this to yourself, solve for a in one of the equations, then check the average in the other equation \n" ); document.write( "9a + 100 = 90(10) \n" ); document.write( " |