document.write( "Question 251737: I have 2 different dish designs to buy. I need 250 sets. One design costs $20 and the other set $40. I have $6800 to spend. How many of each design can I order? x = number of $20 dishes and y = number of $40 dishes
\n" );
document.write( " What is the solution to this problem.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #183461 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=250 OR X=250-Y \n" ); document.write( "20X+40Y=6,800 \n" ); document.write( "REPLACE X IN THE SECOND EQUATION WITH (25-Y) & SOLVE FOR Y. \n" ); document.write( "20(250-Y+40Y=6,800 \n" ); document.write( "5,000-20Y+40Y=6,800 \n" ); document.write( "20Y=6,800-5,000 \n" ); document.write( "20Y=1,800 \n" ); document.write( "Y=1,800/20 \n" ); document.write( "Y=90 $40 DESIGN CAN BE BOUGHT. \n" ); document.write( "250-90=160 $20 DESIGH CAN BE BOUGHT. \n" ); document.write( "PROOF: \n" ); document.write( "20*160+40*90=6,800 \n" ); document.write( "3,200+3,600=6,800 \n" ); document.write( "6,800=6,800 \n" ); document.write( " |