document.write( "Question 1201031: Formulate but do not solve the problem.\r
\n" ); document.write( "\n" ); document.write( "The management of Hartman Rent-A-Car has allocated $2.16 million to buy a fleet of new automobiles consisting of compact, intermediate-size, and full-size cars. Compacts cost $16,000 each, intermediate-size cars cost $24,000 each, and full-size cars cost $32,000 each. If Hartman purchases twice as many compacts as intermediate-size cars and the total number of cars to be purchased is 100, determine how many cars of each type will be purchased. (Assume that the entire budget will be used. Let x, y, and z denote the number of compact, intermediate-sized, and full-size cars purchased, respectively.)
\n" ); document.write( " ?= 2,160,000
\n" ); document.write( " ?= x
\n" ); document.write( " ?= 100
\n" ); document.write( "

Algebra.Com's Answer #835275 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
a = numbr of compact cars
\n" ); document.write( "b = number of intermediate size cars.
\n" ); document.write( "c = number of full size cars.
\n" ); document.write( "we'll work in thousands.
\n" ); document.write( "16,000 = 16
\n" ); document.write( "24,000 = 24
\n" ); document.write( "31,000 = 32
\n" ); document.write( "2.16 million = 2,160,000 = 2160
\n" ); document.write( "a + b + c = 100
\n" ); document.write( "16a + 24b + 32c = 2160
\n" ); document.write( "since a = 2b, you can replace a with 2b in the equations to get:
\n" ); document.write( "2b + b + c = 100
\n" ); document.write( "16*2b + 24b + 31c = 2160
\n" ); document.write( "simplify and combine like terms to get:
\n" ); document.write( "3b + c = 100
\n" ); document.write( "56b + 32c = 2160
\n" ); document.write( "these are 2 equations that need to be solved simultaneously that you can then use to solve for b and c.
\n" ); document.write( "from that, you can then solve for a.
\n" ); document.write( "when you solve this, you should get a = 52, b = 26, c = 22, all in thousands.
\n" ); document.write( "that results in 52 * 16000 + 26 * 24000 + 22 * 32000 = 2,160,000.
\n" ); document.write( "let me know if you have any trouble doing that.
\n" ); document.write( "
\n" ); document.write( "
\n" );