document.write( "Question 1183602: Use Matrices to solve this problem.\r
\n" ); document.write( "\n" ); document.write( "Baskets of fruit are prepared for sale at a festival. The basic basket has two apples, two peaches and three mangoes. The deluxe basket has six apples, three peaches and four mangoes. The super deluxe basket has ten apples, five peaches and five mangoes. Altogether there are 420 apples, 310 peaches and 430 mangoes. How many of each type of basket were made up?
\n" ); document.write( "

Algebra.Com's Answer #813998 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
This is just to help get started:
\n" ); document.write( "
\r\n" );
document.write( "FRUIT           APPLES     PEACHES   MANGOS\r\n" );
document.write( "\r\n" );
document.write( "basic             2          2        3\r\n" );
document.write( "\r\n" );
document.write( "deluxe            6          3        4\r\n" );
document.write( "\r\n" );
document.write( "super deluxe     10          5        5\r\n" );
document.write( "\r\n" );
document.write( "TOTALS         420         310      430\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Variables, b, d, and z
\n" ); document.write( "z for how many super deluxe baskets\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Looking at the basic baskets,
\n" ); document.write( "\"%282%2F18%29b%2B%286%2F18%29d%2B%2810%2F18%29z=420\"
\n" ); document.write( "Do similarly for the other two baskets, and you'll have three equations in three unknowns, and you can setup matrices and do what you need to with them.
\n" ); document.write( "
\n" );