document.write( "Question 1144116: if a certain no. is added to the numerator and the denominator of 7/9, the result is 5/6. find the number. (use 1 variable thanks) \n" ); document.write( "
Algebra.Com's Answer #765113 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x be the number. \n" ); document.write( "(7 + x) / (9 + x) = 5 / 6 \n" ); document.write( "cross multiply to get (7 + x) * 6 = (9 + x) * 5. \n" ); document.write( "simplify to get 42 + 6x = 45 + 5x. \n" ); document.write( "subtract 5x from both sides of that tand subtract 42 from both sides of that equation to get x = 3 \n" ); document.write( "that's your solution. \n" ); document.write( "(7 + 3) / (9 + 3) = 10 / 12 \n" ); document.write( "multiply numerator and denominator of 10 / 12 by (1/2) / (1/2) to get 5 / 6. \n" ); document.write( "solution is confirmed to be good. \n" ); document.write( " \n" ); document.write( " |