document.write( "Question 551297: The value of certain two digit number is four less than six times the sum of it's digits. If the digits of the number are reversed, the resulting number is nine less than the original number. Find the number. Please help me!!!! \n" ); document.write( "
Algebra.Com's Answer #359604 by TutorDelphia(193) You can put this solution on YOUR website! To figure this out logically, for the number to be 9 less when the digits are reversed, they have to be within 1 of each other: for example 23 is 9 less than 32. \n" ); document.write( "Than we can check 98, 87 ...21, 10 to see which works.\r \n" ); document.write( "\n" ); document.write( "Algebraically: \r \n" ); document.write( "\n" ); document.write( "Let's say our two digit number is called XY \n" ); document.write( "And this is not the answer, but if x is 3 and y is 4 the value of xy is 3*10+4 which is 34. So always multiply the digit in the tens place by 10 to find its value.\r \n" ); document.write( "\n" ); document.write( "So with that in mind: The value of certain two digit number is four less than six times the sum of it's digits could be expressed as: \n" ); document.write( "X*10+y=6*(x+y)-4 \n" ); document.write( "Distribute \n" ); document.write( "10x+y=6x+6y-4 \n" ); document.write( "subtract 6x-6y from both sides \n" ); document.write( "4x-5y=-4\r \n" ); document.write( "\n" ); document.write( "We also know if you reverse the digits the resulting number is nine less. Again, multiply the digit in the tens place by 10 \n" ); document.write( "X*10+y-9=y*10+x \n" ); document.write( "9x-9y=9\r \n" ); document.write( "\n" ); document.write( "So now we have the two equations: \n" ); document.write( "4x-5y=-4 \n" ); document.write( "9x-9y=9 \n" ); document.write( "So we have to multiply the first by 9 and the second by -4 \n" ); document.write( "36x-45y=-36 \n" ); document.write( "-36x+36y=-36 \n" ); document.write( "-9y=-72 \n" ); document.write( "y=8\r \n" ); document.write( "\n" ); document.write( "Sub in 8 for y \n" ); document.write( "9*x-9*8=9 \n" ); document.write( "9x-72=9 \n" ); document.write( "9x=81 \n" ); document.write( "x=9 \n" ); document.write( "Try it out \n" ); document.write( "98 is 4 less than 6 times 15 (102-4=98) \n" ); document.write( "And 89 is 9 less than 98\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |