document.write( "Question 936063: A man bought a number of horses for $900. After training them, he sold all but one to a dude ranch owner at a profit of $110 each, thereby realizing a profit of 100% on the whole transaction. How many horses did he buy? \n" ); document.write( "
Algebra.Com's Answer #569510 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = number of horses purchased \n" ); document.write( "--- \n" ); document.write( "y = cost per horse: \n" ); document.write( "y = 900/x \n" ); document.write( "--- \n" ); document.write( "z = sale price per horse: \n" ); document.write( "z = 110 + y \n" ); document.write( "--- \n" ); document.write( "w = total revenue from sale: \n" ); document.write( "w = (x - 1)z \n" ); document.write( "--- \n" ); document.write( "(w - 900)/900 * 100 = 100 \n" ); document.write( "(w - 900)/900 = 100/100 \n" ); document.write( "w - 900 = 900 \n" ); document.write( "w = 1800 \n" ); document.write( "--- \n" ); document.write( "w = 1800 \n" ); document.write( "(x - 1)z = 1800 \n" ); document.write( "(x - 1)(110 + y) = 1800 \n" ); document.write( "110x + xy - 110 - y = 1800 \n" ); document.write( "110x + x900/x - 110 - 900/x = 1800 \n" ); document.write( "110x + 900 - 110 - 900/x = 1800 \n" ); document.write( "110x + 900 - 110 - 1800 = 900/x \n" ); document.write( "110x - 1010 = 900/x \n" ); document.write( "110xx - 1010x - 900 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=110, b=-1010 and c=-900 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "110 -1010 -900 \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 = 10 \n" ); document.write( "x = -0.818181818 \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 horses purchased = 10 \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( " \n" ); document.write( " |