document.write( "Question 1196438: On a highway a wreck occurred and caused a 12 mile traffic
\n" ); document.write( "jam on one side of the road. The average car is 13.5 feet in
\n" ); document.write( "length, the average truck is 20 feet in length, and the
\n" ); document.write( "average 18 wheeler tractor trailer is 75 feet in length. 65%
\n" ); document.write( "of the traffic jam consists of cars, 20% trucks, and 15% 18
\n" ); document.write( "wheeler tractor trailers. The average distance between
\n" ); document.write( "vehicles is 2.5 feet. How many cars are in the traffic jam ?
\n" ); document.write( "

Algebra.Com's Answer #829266 by ikleyn(52915)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "On a highway a wreck occurred and caused a 12 mile traffic
\n" ); document.write( "jam on one side of the road. The average car is 13.5 feet in
\n" ); document.write( "length, the average truck is 20 feet in length, and the
\n" ); document.write( "average 18 wheeler tractor trailer is 75 feet in length. 65%
\n" ); document.write( "of the traffic jam consists of cars, 20% trucks, and 15% 18
\n" ); document.write( "wheeler tractor trailers. The average distance between
\n" ); document.write( "vehicles is 2.5 feet. How many cars are in the traffic jam ?
\n" ); document.write( "~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the number of cars in the jam (the unknown value under the problem's question).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the total length of the jam, from the first bumper to the last bumper, is\r\n" );
document.write( "\r\n" );
document.write( "    0.65*x*13.5 + 0.20*x*20 + 0.15*x*75 + (x-1)*2.5  feet.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is exactly 12 miles, or 12*5280 = 63360 feet.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, you have this equation\r\n" );
document.write( "\r\n" );
document.write( "    0.65*x*13.5 + 0.20*x*20 + 0.15*x*75 + (x-1)*2.5 = 63360,\r\n" );
document.write( "\r\n" );
document.write( "or\r\n" );
document.write( "\r\n" );
document.write( "    24.025x + 2.5x - 2.5 = 63360\r\n" );
document.write( "\r\n" );
document.write( "    26.525x              = 63360 + 2.5 = 63362.5\r\n" );
document.write( "\r\n" );
document.write( "          x                            = 63362.5/26.525 = 2388.784 before rounding and 2489 after rounding.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  2489 vehicles, in total;  of them,  0.65*2489 = 1553 (rounded) are cars.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );