document.write( "Question 204227This question is from textbook Longman Mathematics for IGCSE
\n" );
document.write( ": Lauren is shooting at a target at afair. If she hits the target she recieves 50 pences,but if she misses she has to pay 20 pences for the shot. After 15 shots, Lauren finds she has made a profit of 1.20 pounds. How many hits has she had? \n" );
document.write( "
Algebra.Com's Answer #154189 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Lauren is shooting at a target at afair. If she hits the target she recieves 50 pences,but if she misses she has to pay 20 pences for the shot. After 15 shots, Lauren finds she has made a profit of 1.20 pounds. How many hits has she had? \n" ); document.write( ". \n" ); document.write( "Let h = number of hits \n" ); document.write( "and m = number of misses \n" ); document.write( ". \n" ); document.write( "Since we have two unknowns, we'll need two equations. \n" ); document.write( "Equation 1 is derived from the fact she took 15 shots: \n" ); document.write( "h + m = 15 \n" ); document.write( ". \n" ); document.write( "Equation 2 is derived from the profit of 1.20 \n" ); document.write( "(100 pences is equivalent to 1 pound) \n" ); document.write( "(50/100)h - (20/100)m = 1.20 \n" ); document.write( "50h - 20m = 120 \n" ); document.write( "5h - 2m = 12 \n" ); document.write( ". \n" ); document.write( "Using the \"substitution method\", we solve equation 1 for m: \n" ); document.write( "h + m = 15 \n" ); document.write( "m = 15-h \n" ); document.write( ". \n" ); document.write( "We substitute the above into equation 2 and solve for h: \n" ); document.write( "5h - 2m = 12 \n" ); document.write( "5h - 2(15-h) = 12 \n" ); document.write( "5h - (30-2h) = 12 \n" ); document.write( "5h - 30 + 2h = 12 \n" ); document.write( "7h - 30 = 12 \n" ); document.write( "7h = 42 \n" ); document.write( "h = 6 \n" ); document.write( ". \n" ); document.write( "Solution: 6 hits \n" ); document.write( " \n" ); document.write( " |