document.write( "Question 479766: A school planned to buy x calculators for atotal cost of 16,200. The supplier agreed to offer a discount of 60 per calculator. The school was then able to buy three more calculators for the same ammount of money.write an expression interms of x and find the original price of each calculator. \n" ); document.write( "
Algebra.Com's Answer #328721 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A school planned to buy x calculators for atotal cost of 16,200. The supplier agreed to offer a discount of 60 per calculator. The school was then able to buy three more calculators for the same ammount of money.write an expression interms of x and find the original price of each calculator. \n" ); document.write( "================================================================== \n" ); document.write( "Let p = the original price \n" ); document.write( "The formula for the original transaction is \n" ); document.write( "16200 = xp [1] \n" ); document.write( "Since the total costs are the same, the discounted transaction can be written as \n" ); document.write( "16200 = (x+3)(p-60) [2] \n" ); document.write( "Solve for x in [1] and substitute into [2]: \n" ); document.write( "16200 = (16200/p + 3)(p - 60) \n" ); document.write( "16200 = 16200 - 16200*60/p + 3p - 180 \n" ); document.write( "0 = -972000/p + 3p - 180 \n" ); document.write( "Multiply through by p: \n" ); document.write( "3p^2 - 180p - 972000 = 0 \n" ); document.write( "p^2 - 60p - 324000 = 0 \n" ); document.write( "p = (60 +- sqrt(3600 + 4*324000))/2 \n" ); document.write( "Taking the positive solution, this gives p = 600 \n" ); document.write( "So the original cost of each calculator is $600 [expensive calculators] \n" ); document.write( " \n" ); document.write( " |