document.write( "Question 633693: In a certain three digit number, the hundreds digit is the sum of the other two digits. If the units and tens digits of this number are interchanged,the new number is 9 more than the original number. If the hundreds and ten digits of the original number are interchanged, the new number is 360 less than the original number. Find the original number.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #399151 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The three digits: a, b, c; write an equation for each statement \n" ); document.write( "Simplify each equation as much as possible \n" ); document.write( ": \n" ); document.write( "In a certain three digit number, \n" ); document.write( "100a + 10b + c \n" ); document.write( ": \n" ); document.write( " the hundreds digit is the sum of the other two digits. \n" ); document.write( "a = b + c \n" ); document.write( ": \n" ); document.write( "If the units and tens digits of this number are interchanged,the new number \n" ); document.write( " is 9 more than the original number. \n" ); document.write( "100a + 10c + b = 100a + 10b + c + 9 \n" ); document.write( "Subtract 100a from both sides \n" ); document.write( "10c + b = 10b + c + 9 \n" ); document.write( "10c - c = 10b - b + 9 \n" ); document.write( "9c = 9b + 9 \n" ); document.write( "simplify, divide by 9 \n" ); document.write( "c = b + 1 \n" ); document.write( ": \n" ); document.write( "If the hundreds and ten digits of the original number are interchanged, \n" ); document.write( " the new number is 360 less than the original number. \n" ); document.write( "100b + 10a + c = 100a + 10b + c - 360 \n" ); document.write( "subtract c from both sides \n" ); document.write( "100b + 10a = 100a + 10b - 360 \n" ); document.write( "100b - 10b = 100a - 10a - 360 \n" ); document.write( "90b = 90a - 360 \n" ); document.write( "Simplify, divide by 90 \n" ); document.write( "b = a - 4 \n" ); document.write( "or \n" ); document.write( "a = b + 4 \n" ); document.write( ": \n" ); document.write( "Using the equation: a = b + c, replace a and c \n" ); document.write( "(b+4) = b + (b+1) \n" ); document.write( "4 - 1 = 2b - b \n" ); document.write( "3 = b \n" ); document.write( "then \n" ); document.write( "a = 3 + 4 \n" ); document.write( "a = 7 \n" ); document.write( "and \n" ); document.write( "c = 3 + 1 \n" ); document.write( "c = 4 \n" ); document.write( ": \n" ); document.write( "734 is the original number \n" ); document.write( ": \n" ); document.write( "You can confirm this solution in the last two statements\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |