document.write( "Question 130898This question is from textbook ALGEBRA FOR COLLEGE STUDENTS MARK DUGOPOLSKI
\n" );
document.write( ": Salvador's fruit Mart sells variety packs. The small pack contains three babanas, two apples., and one orange for $ 1.80. The medium pack contains four babanas, three apples, and three oranges for $ 3. 05. The family size contains six bananas, five apples, and four oranges for $4.65. What price should Salvador charge for his lunch-box special that consists of one banana, one apple, and one orange? \n" );
document.write( "
Algebra.Com's Answer #95725 by fners(16)![]() ![]() ![]() You can put this solution on YOUR website! 3b+2a+1o=1.8 \n" ); document.write( "4b+3a+3o=3.05 \n" ); document.write( "6b+5a+4o=4.65\r \n" ); document.write( "\n" ); document.write( "one way to solve is to make a matrix and reduce, using rules including - you can switch rows, you can multiply all four elements in a row by a constant, you can add or subtract one row from another row:\r \n" ); document.write( "\n" ); document.write( "3 2 1 1.8 \n" ); document.write( "4 3 3 3.05 \n" ); document.write( "6 5 4 4.65\r \n" ); document.write( "\n" ); document.write( "graphing calculators will do this for you. on my ti-89, i enter: \n" ); document.write( "rref([3,2,1,1.8;4,3,3,3.05;6,5,4,4.65])\r \n" ); document.write( "\n" ); document.write( "it returns: \n" ); document.write( "1 0 0 .2 \n" ); document.write( "0 1 0 .45 \n" ); document.write( "0 0 1 .3\r \n" ); document.write( "\n" ); document.write( "this means \n" ); document.write( "1b+0a+0o=.2 \n" ); document.write( "0b+1a+0o=.45 \n" ); document.write( "0b+0a+1o=.3\r \n" ); document.write( "\n" ); document.write( "so bananas cost $0.20, apples cost $0.45, and oranges cost $0.30.\r \n" ); document.write( "\n" ); document.write( "I'd buy 'em.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |