document.write( "Question 126925: a man purchased a number of balloons, each of the same price, for a total of $720. he sold them all at $40 each, thus realizing a profit equal to his 8 balloons. how many did he buy?\r
\n" );
document.write( "\n" );
document.write( "can you solve this using the quadratic equation??? thanks!! \n" );
document.write( "
Algebra.Com's Answer #93212 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a man purchased a number of balloons, each of the same price, for a total of $720. he sold them all at $40 each, thus realizing a profit equal to his 8 balloons. how many did he buy? \n" ); document.write( "can you solve this using the quadratic equation??? thanks!! \n" ); document.write( ": \n" ); document.write( "Let's write down what we know here: \n" ); document.write( ": \n" ); document.write( "Let x = no. of balloons purchased \n" ); document.write( ": \n" ); document.write( "Price he paid for each = \n" ); document.write( ": \n" ); document.write( "Profit given as: 8( \n" ); document.write( ": \n" ); document.write( "Revenue from the sale of all the balloons = 40x \n" ); document.write( ": \n" ); document.write( "Revenue - cost = profit \n" ); document.write( "40x - 720 = 8(720/x) \n" ); document.write( ": \n" ); document.write( "40x - 720 = 5760/x \n" ); document.write( ": \n" ); document.write( "40x^2 - 720x = 5760; multiplied equation by x to get rid of the denominator \n" ); document.write( ": \n" ); document.write( "40x^2 - 720x - 5760 = 0 the quadratic equation you so earnestly desired. \n" ); document.write( ": \n" ); document.write( "x^2 - 18x - 144 = 0 simplified, divided equation by 40 \n" ); document.write( "Factor to: \n" ); document.write( "(x - 24)(x + 6) = 0 \n" ); document.write( "The positive solution is what we want: \n" ); document.write( "x = 24 balloons \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "His cost for each balloon: \n" ); document.write( "Check solution in the profit equation \n" ); document.write( "40(24) - 720 = 8(30) \n" ); document.write( "960 - 720 = 240; confirms our solution \n" ); document.write( ": \n" ); document.write( "How about this? Did it make sense to you? Any questions? \n" ); document.write( " \n" ); document.write( " |