document.write( "Question 998400: a student bought some packets of pen for 2000 dollar. if she had paid 24 dollar less for each packet she could have bought 3 more packets. how many packet of pen did she buy? \n" ); document.write( "
Algebra.Com's Answer #616385 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a student bought some packets of pen for 2000 dollar. \n" ); document.write( " if she had paid 24 dollar less for each packet she could have bought 3 more packets. \n" ); document.write( " how many packet of pen did she buy? \n" ); document.write( ": \n" ); document.write( "Let x = no. of packets bought \n" ); document.write( "then \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "multiply equation by x(x+3), cancel the denominators and you have \n" ); document.write( "2000(x+3) - 24x(x+3) = 2000x \n" ); document.write( "2000x + 6000 - 24x^2 - 72x = 2000x \n" ); document.write( "subtract 2000x from both sides \n" ); document.write( "6000 - 24x^2 - 72x = 0 \n" ); document.write( "A quadratic equation \n" ); document.write( "-24x^2 - 72x + 6000 = 0 \n" ); document.write( "simplify, divide by -24 \n" ); document.write( "x^2 + 3x - 250 = 0 \n" ); document.write( "you would expect an integer solution to a problem like this but I got \n" ); document.write( "x = 14.4 packets \n" ); document.write( ": \n" ); document.write( "And this checks out \n" ); document.write( "2000/14.4 = 138.90 for each packet \n" ); document.write( "When you drop the cost by $24, you have 114.90 \n" ); document.write( "2000/114.90 = 17.4 packet which is 3 more than original \n" ); document.write( " |