document.write( "Question 1018688: Before the gates to the county fair opened one holiday morning, all 250 spaces in the north parking lot had filled. The number of cars was 20 less than twice the number of trucks. How many of each kind of vehicle were parked in the lot? \n" ); document.write( "
Algebra.Com's Answer #634806 by Cromlix(4381) You can put this solution on YOUR website! Make trucks = x \n" ); document.write( "Cars = 2x - 20 \n" ); document.write( "Trucks + Cars = 250 \n" ); document.write( "x + 2x - 20 = 250 \n" ); document.write( "x + 2x = 250 + 20 \n" ); document.write( "3x = 270 \n" ); document.write( "x = 90 \n" ); document.write( "No. of trucks = 90 \n" ); document.write( "No. of cars = 160 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |