document.write( "Question 1052913: When a certain 3-digit number is divided by the number with the digits reversed, the quotient is 2 and the remainder is 25. The tens digit is one less than twice the sum of the hundreds digit and units digit. If the units digit is subtracted from the tens digit the result is twice the hundreds digit. Find the number \n" ); document.write( "
Algebra.Com's Answer #668246 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = the 100's digit \n" ); document.write( "let b = the 10's \n" ); document.write( "let c = the units \n" ); document.write( ": \n" ); document.write( "Write an equiv equation for each statement, simplify as much as possible \n" ); document.write( ": \n" ); document.write( "\"When a certain 3-digit number is divided by the number with the digits reversed, the quotient is 2 and the remainder is 25.\" \n" ); document.write( " \n" ); document.write( "multiply by (100c+10b+a) and you have \n" ); document.write( "100a + 10b + c - 25 = 2(100c + 10b + a) \n" ); document.write( "100a + 10b + c - 25 = 200c + 20b + 2a \n" ); document.write( ": \n" ); document.write( "\"The tens digit is one less than twice the sum of the hundreds digit and units digit.\" \n" ); document.write( "b = 2(a+c) - 1 \n" ); document.write( "b = 2a + 2c - 1 \n" ); document.write( ": \n" ); document.write( "\"If the units digit is subtracted from the tens digit the result is twice the hundreds digit. \" \n" ); document.write( "b - c = 2a \n" ); document.write( "In the 2nd equation, replace 2a with(b-c) \n" ); document.write( "b = (b-c) + 2c - 1 \n" ); document.write( "b - b = 2c - c - 1 \n" ); document.write( "0 = c - 1 \n" ); document.write( "therefore \n" ); document.write( "c = 1 \n" ); document.write( ": \n" ); document.write( "Using the 1st equation simplified, replace c with 1 \n" ); document.write( "100a + 10b + 1 - 25 = 200(1) + 20b + 2a \n" ); document.write( "100a - 2a + 10b - 20b - 24 = 200 \n" ); document.write( "98a - 10b = 200 + 24 \n" ); document.write( "98a - 10b = 224 \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "49a - 5b = 112 \n" ); document.write( ": \n" ); document.write( "In the 2nd equation, simplified, replace c with 1 \n" ); document.write( "b = 2a +2(1) - 1 \n" ); document.write( "-2a + b = 1 \n" ); document.write( ": \n" ); document.write( "Use elimination, multiply the above equation by 5 add \n" ); document.write( "49a - 5b = 112 \n" ); document.write( "-10a+ 5b = 5 \n" ); document.write( "-------------------Adding eliminates b, find a \n" ); document.write( "39a = 117 \n" ); document.write( "a = 117/39 \n" ); document.write( "a = 3 \n" ); document.write( ": \n" ); document.write( "Find b \n" ); document.write( "we know b = 2a + 2c -1 \n" ); document.write( "replace a and c \n" ); document.write( "b = 2(3) + 2(1) = 1 \n" ); document.write( "b = 6 + 2 - 1 \n" ); document.write( "b = 7 \n" ); document.write( "Therefore \n" ); document.write( "our number = 371 \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check this in the first statement \n" ); document.write( " \n" ); document.write( "You can check them in the other two statments \n" ); document.write( " \n" ); document.write( " |