document.write( "Question 137880: The college paid $1718 for an order of 47 calculators. The store paid $10 for each scientific calculator. The others were all graphing calculators these calculators cost $58 each. How many of each type a calculator were sold?\r
\n" );
document.write( "\n" );
document.write( "Help again please, no clue how this is done. \n" );
document.write( "
Algebra.Com's Answer #100808 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The college paid $1718 for an order of 47 calculators. The store paid $10 for each scientific calculator. The others were all graphing calculators these calculators cost $58 each. How many of each type a calculator were sold? \n" ); document.write( ": \n" ); document.write( "Let x = no. of graphing calcs \n" ); document.write( "We are told there were a total of 47 calculators therefore: \n" ); document.write( "(47-x) = no. of scientific calcs \n" ); document.write( ": \n" ); document.write( "Write an equation from the information given \n" ); document.write( ": \n" ); document.write( "cost of x graphing calcs + cost of (47-x) scientific calcs = $1718 \n" ); document.write( "58x + 10(47-x) = 1718 \n" ); document.write( ": \n" ); document.write( "Multiply what's inside the brackets: \n" ); document.write( "58x + 470 - 10x = 1718 \n" ); document.write( ": \n" ); document.write( "58x - 10x = 1718 - 470 \n" ); document.write( ": \n" ); document.write( "48x = 1248 \n" ); document.write( "x = \n" ); document.write( "x = 26 graphing calcs \n" ); document.write( ": \n" ); document.write( "47 - x = \n" ); document.write( "47 - 26 = 21 scientific calcs \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions with total cost equation \n" ); document.write( "26(58) + 21(10) = \n" ); document.write( "1508 + 210 = 1718; confirms our solutions \n" ); document.write( " |