document.write( "Question 935400: The product of 2 numbers is 91. The larger of the 2 numbers is one less than twice the smaller. Find the 2 numbers \n" ); document.write( "
Algebra.Com's Answer #568610 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = larger number \n" ); document.write( "y = smaller number \n" ); document.write( "--- \n" ); document.write( "xy = 91 \n" ); document.write( "x = 2y - 1 \n" ); document.write( "--- \n" ); document.write( "xy = 91 \n" ); document.write( "(2y - 1)y = 91 \n" ); document.write( "2yy - y - 91 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=2, b=-1 and c=-91 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "2 -1 -91 \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( "y = 7 \n" ); document.write( "y = -6.5 \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( "y = 7 \n" ); document.write( "x = 2y - 1 \n" ); document.write( "x = 2*7 - 1 \n" ); document.write( "x = 13 \n" ); document.write( "--- \n" ); document.write( "or \n" ); document.write( "y = -6.5 \n" ); document.write( "x = 2y - 1 \n" ); document.write( "x = 2*(-6.5) - 1 \n" ); document.write( "x = -14 \n" ); document.write( "in this case x is smaller than y, and if we reverse the roles of x and y, (x=-6.5 and y=-14), the numbers don't fit the problem statement (x = 2y - 1 is not true) \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 13 \n" ); document.write( "y = 7 \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( " |