document.write( "Question 105185: One number is seven more than a second number. Five times the first is 11 less than 4 times the second. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #76537 by cheesey(22)![]() ![]() ![]() You can put this solution on YOUR website! you must create a system of linear equations to represent each problem. So, x + 7 = y (one number - y is seven more than a second number -x). Next, 5y = 4x -11.\r \n" ); document.write( "\n" ); document.write( "Since the first equation is already solved for y, let's use it in the second equation.\r \n" ); document.write( "\n" ); document.write( "5(x+7) = 4x - 11 \n" ); document.write( "5x + 35 = 4x -11 <= combine like terms to get \n" ); document.write( "5x - 4x = -11 - 35 \n" ); document.write( "x = -46... NOW\r \n" ); document.write( "\n" ); document.write( "Use this value of x to solve for y in the first equation. \n" ); document.write( "x + 7 = y \n" ); document.write( "-46 + 7 = -39 = y. \r \n" ); document.write( "\n" ); document.write( "Thus x = -46, y = -39. So to check our results plug the values into 5y = 4x - 11. \n" ); document.write( "Thus 5(-39) = 4(-46) - 11 => -195 = -195. Done! \n" ); document.write( " |