document.write( "Question 230768: Using inverse matrix, solve the following problem: \r
\n" );
document.write( "\n" );
document.write( "A high school math department purchased brand A calculators
\n" );
document.write( "for $80 each and brand B calculators for $95 each. It purchased
\n" );
document.write( "a total of 20 calculators at a total cost of $1780. How many brand A
\n" );
document.write( "and brand B calculators did the department purchase? \n" );
document.write( "
Algebra.Com's Answer #170972 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! a+b=20, a=20-b \n" ); document.write( "80a+95b=1780 \n" ); document.write( "substitute \n" ); document.write( "80(20-b)+95b=1780 \n" ); document.write( "1600-80b+95b=1780 \n" ); document.write( "15b=180 \n" ); document.write( "b=12=$1140 \n" ); document.write( "a=8=$640 \n" ); document.write( " |