document.write( "Question 145091: On an 18-hole golf course, there are par-3 holes, par-4 holes, and par-5 holes. A golfer who shoots par on every hole has a score of 72. the sum of the number of par-3 holes and the number of par -5 holes is 8. How many of each type of hole are there on the golf course? \n" ); document.write( "
Algebra.Com's Answer #105776 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
On an 18-hole golf course, there are par-3 holes, par-4 holes, and par-5 holes.
\n" ); document.write( "# of holes equation: t + f + v = 18
\n" ); document.write( "------------------
\n" ); document.write( "A golfer who shoots par on every hole has a score of 72.
\n" ); document.write( "par equation: 3t + 4f + 5v = 72
\n" ); document.write( "------------------
\n" ); document.write( "The sum of the number of par-3 holes and the number of par -5 holes is 8.
\n" ); document.write( "Added info equation: t + v = 8
\n" ); document.write( "----------------------------------
\n" ); document.write( "How many of each type of hole are there on the golf course?
\n" ); document.write( "--------------
\n" ); document.write( "You have three equations with three variables:
\n" ); document.write( "t + f + v = 18
\n" ); document.write( "t + 0 + v = 8
\n" ); document.write( "3t+4f +5v = 72
\n" ); document.write( "------------------
\n" ); document.write( "Subtract 2nd equation from 1st to get:
\n" ); document.write( "0 + f + 0 = 10 (so # of par 4 holes is 10)
\n" ); document.write( "t + 0 + v = 8
\n" ); document.write( "3t+4f +5v = 72
\n" ); document.write( "----------------------
\n" ); document.write( "Subtract 3 times the 2nd from the 3rd to get:
\n" ); document.write( "0 + f + 0 = 10
\n" ); document.write( "t + 0 + v = 8
\n" ); document.write( "0+ 4f +2v = 48
\n" ); document.write( "-------------------
\n" ); document.write( "Since f = 10, substitute into the 3rd equation and solve for v:
\n" ); document.write( "4*10 + 2v = 48
\n" ); document.write( "2v = 8
\n" ); document.write( "v = 4 (so # of par five holes is 4)
\n" ); document.write( "-------------------------
\n" ); document.write( "Since t + f + v = 18
\n" ); document.write( "t + 10 + 4 = 18
\n" ); document.write( "t = 4
\n" ); document.write( "================
\n" ); document.write( "t = 4
\n" ); document.write( "f = 10
\n" ); document.write( "v = 4
\n" ); document.write( "===========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );