document.write( "Question 279902: a SHIPMENT OF 18 CARS some weighing 3000 pounds and others 5000 each has a toal weight of 30 tones find the number of each kind of car \n" ); document.write( "
Algebra.Com's Answer #203441 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=18 OR X=18-Y \n" ); document.write( "3,000X+5,000Y=30*2,000 \n" ); document.write( "3,000(18-Y)+5,000Y=60,000 \n" ); document.write( "54,000-3,000Y+5,000Y=60,000 \n" ); document.write( "2,000Y=60,000-54,000 \n" ); document.write( "2,000Y=6,000 \n" ); document.write( "Y=6,000/2,000 \n" ); document.write( "Y=3 5,000 POUND CARS ARE SHIPPED. \n" ); document.write( "18-3=15 3,000 POUND CARS ARE SHIPPED. \n" ); document.write( "PROOF: \n" ); document.write( "3,000*15+5,000*3=60,000 \n" ); document.write( "45,000-15,000=60,000 \n" ); document.write( "60,000=60,000 \n" ); document.write( " |