document.write( "Question 1077485: A furniture shop refinishes tables. Employees use two methods to refinish tables. Method I takes
\n" );
document.write( "0.5
\n" );
document.write( "hours and the material costs
\n" );
document.write( "$9
\n" );
document.write( ".
\n" );
document.write( "Method II takes
\n" );
document.write( "2.0 hours, and the material costs
\n" );
document.write( "$7
\n" );
document.write( ".
\n" );
document.write( "Next week, they plan to spend
\n" );
document.write( "99 hours in labor and
\n" );
document.write( "$564 in material for refinishing tables. How many tables should they plan to refinish with each method? (Round to two decimal places if necessary \n" );
document.write( "
Algebra.Com's Answer #692299 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! Let the two methods be x and y. Then: \n" ); document.write( ".5x+2y=99 \n" ); document.write( "9x+7y=564 \n" ); document.write( "So: \n" ); document.write( "9x+36y=1782 \n" ); document.write( "9x+7y=564 \n" ); document.write( "29y=1218 \n" ); document.write( "y=42 \n" ); document.write( "x=30 \n" ); document.write( "They should refinish 30 tables using the first method, and 42 tables using the second. ☺☺☺☺ \n" ); document.write( " |