document.write( "Question 934984: Juma bought a certain number of orange for 36 dollars. If each orange had cost 0.50 dollar less, he could have bought six more oranges for the same amount of money. How many oranges did he buy? \n" ); document.write( "
Algebra.Com's Answer #568090 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = number of oranges bought at original price \n" ); document.write( "y = original dollar price per orange \n" ); document.write( "--- \n" ); document.write( "xy = 36 \n" ); document.write( "y = 36/x \n" ); document.write( "(x + 6)(y - 0.50) = 36 \n" ); document.write( "--- \n" ); document.write( "xy - 0.50x + 6y - 3 = 36 \n" ); document.write( "xy - 0.50x + 6y = 39 \n" ); document.write( "x36/x - 0.50x + 6*36/x = 39 \n" ); document.write( "36 - 0.50x + 216/x = 39 \n" ); document.write( "216/x - 0.50x = 39 - 36 \n" ); document.write( "216/x - 0.50xx/x = 3 \n" ); document.write( "216 - 0.50xx = 3x \n" ); document.write( "0.50xx + 3x - 216 = 0 \n" ); document.write( "xx + 6x - 432 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=6 and c=-432 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "1 6 -432 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the quadratic has two real roots at: \n" ); document.write( "--- \n" ); document.write( "x = 18 \n" ); document.write( "x = -24 \n" ); document.write( "--- \n" ); document.write( "the negative root doesn't fit the problem statement, so use the positive root: \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = number of oranges bought at original price = 18 \n" ); document.write( "y = 36/x \n" ); document.write( "y = 36/18 \n" ); document.write( "y = original dollar price per orange = 2 \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |