document.write( "Question 464083: The Everton College store paid $1930 for an order of 49 calculators. The store paid $10 for each scientific calculator. The others, all graphing calculators, cost the store $55 each. How many of each type of calculator was ordered?\r
\n" );
document.write( "\n" );
document.write( "The store ordered______scientific calculators and _______graphing calculators. \n" );
document.write( "
Algebra.Com's Answer #317898 by Theo(13342)![]() ![]() You can put this solution on YOUR website! total for all calculators was equal to 1930 dollars. \n" ); document.write( "there were 49 calculator total. \n" ); document.write( "each scientific calculator cost 10 dollars. \n" ); document.write( "each of the other types of calculator cost 55 dollars. \n" ); document.write( "let x = number of scientific calculators. \n" ); document.write( "let y = number of other calculators. \n" ); document.write( "your formula is: \n" ); document.write( "10*x + 55*y = 1930 \n" ); document.write( "x + y = 49 \n" ); document.write( "this is 2 equations that need to be solved simultaneously, meaning that the same value of x and the same value of y needs to be able to satisfy the conditions of both equations. \n" ); document.write( "solve for y in the second equation to get y = 49 - x. \n" ); document.write( "use that value of y in the first equation to get 10*x + 55*(49-x) = 1930. \n" ); document.write( "simplify this to get 10*x + 55*49 - 55*x = 1930. \n" ); document.write( "simplify further to get -45*x + 2695 = 1930. \n" ); document.write( "subtract 2695 from both sides of the equation to get -45*x = -765 \n" ); document.write( "divide both sides by -45 to get x = 17 \n" ); document.write( "use that value of x in the first equation to get 10*(17) + 55*y = 1930. \n" ); document.write( "simplify to get 170 + 55*y = 1930. \n" ); document.write( "subtract 170 from both sides of the equation to get 55*y = 1760 \n" ); document.write( "divide both sides of the equation by 55 to get y = 32. \n" ); document.write( "x = 17 and y = 32. \n" ); document.write( "x + y becomes 17 + 32 which equals 49 satisfying the requirements of the second equation. \n" ); document.write( "10*x + 55*y becomes 10*17 + 55*32 becomes 170 + 1760 which equals 1930 satisfying the requirements of the first equation. \n" ); document.write( "this confirms your answer is good. \n" ); document.write( "the answer is: \n" ); document.write( "x = 17 which means that the number of scientific calculators is equal to 17. \n" ); document.write( "y = 32 which means that the number of other calculators is equal to 32. \n" ); document.write( " \n" ); document.write( " |