document.write( "Question 395146: 1. the sum of the digits f a two-digit number is 11. when the digits are reversed, the new number is increased by 20 which is twice the original number. find the original number.\r
\n" );
document.write( "\n" );
document.write( "2. the units digit of a two-digit number is 3 less than its tens digit. if the number is divided by the sum of its digits, the quotient is 6 and the remainder is 8. find the number.\r
\n" );
document.write( "\n" );
document.write( "pls help me! \n" );
document.write( "
Algebra.Com's Answer #280465 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. the sum of the digits f a two-digit number is 11. when the digits are reversed, the new number is increased by 20 which is twice the original number. find the original number. \n" ); document.write( "--- \n" ); document.write( "Let the number be 10t+u. \n" ); document.write( "Equations: \n" ); document.write( "t + u = 11 \n" ); document.write( "10u+t+20 = 2(10t+u) \n" ); document.write( "---- \n" ); document.write( "Substitute for \"t\" and solve for \"u\": \n" ); document.write( "--- \n" ); document.write( "10u + 11-u + 20 = 20(11-u)+2u \n" ); document.write( "--- \n" ); document.write( "9u + 31 = 220-20u+2u \n" ); document.write( "-27u = -189 \n" ); document.write( "u = 7 \n" ); document.write( "--- \n" ); document.write( "Solve for \"t\": \n" ); document.write( "t+u = 11 \n" ); document.write( "t+7 = 11 \n" ); document.write( "t = 4 \n" ); document.write( "---------------- \n" ); document.write( "Original Number: 47 \n" ); document.write( "============================= \n" ); document.write( " \n" ); document.write( "2. the units digit of a two-digit number is 3 less than its tens digit. if the number is divided by the sum of its digits, the quotient is 6 and the remainder is 8. find the number. \n" ); document.write( "--- \n" ); document.write( "Equations: \n" ); document.write( "u = t-3 \n" ); document.write( "(10t+u)/(t+u) = 6(t+u)+8 \n" ); document.write( "--- \n" ); document.write( "Substitute for \"u\" and solve for \"t\": \n" ); document.write( "(10t+t-3)/(t+t-3) = 6(t+t-3)+8 \n" ); document.write( "---- \n" ); document.write( "(11t-3)/(2t-3) = 12t-18+8 \n" ); document.write( "---- \n" ); document.write( "(11t-3)/(2t-3) = 12t-10 \n" ); document.write( "--- \n" ); document.write( "11t-3 = 2(2t-3)(6t-5) \n" ); document.write( "--- \n" ); document.write( "11t-3 = 2[12t^2-10t-18t+15) \n" ); document.write( "--- \n" ); document.write( "11t-3 = 24t^2-56t+30 \n" ); document.write( "--- \n" ); document.write( "24t^2-67t+33 = 0 \n" ); document.write( "----------------------- \n" ); document.write( "Comment: \n" ); document.write( "This equation does not have a whole \n" ); document.write( "number solution. \n" ); document.write( "===== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |