document.write( "Question 32159: The number of cars manufactured on an assembly line varies jointly as the number of workers and the time they work. If 200 workers can produce 64 cars in 2 hours, find how many cars 240 workers should be able to make in 5 hours. \n" ); document.write( "
Algebra.Com's Answer #18695 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! x=number of cars \n" ); document.write( "w=number of workers \n" ); document.write( "t=time \n" ); document.write( "x=kwt \n" ); document.write( "64=400k \n" ); document.write( "=>k=64/400=4/25 \n" ); document.write( "So, x=4wt/25 \n" ); document.write( "x=(4/25)*240*5 \n" ); document.write( "=>x=4(48)=192 \n" ); document.write( "Answer: 192 cars \n" ); document.write( " |