document.write( "Question 114415This question is from textbook
\n" );
document.write( ": This is the closest subject I could find, but the topic is Digit Problems. The question is: A two-digit number is four times the sum of its digits. The tens digit is 3 less then the units digit. What is the number? \n" );
document.write( "
Algebra.Com's Answer #83229 by stanbon(75887) ![]() You can put this solution on YOUR website! A two-digit number is four times the sum of its digits. The tens digit is 3 less then the units digit. What is the number? \n" ); document.write( "--------------------- \n" ); document.write( "Every two-digit number can be written as 10t+u where t is the tens digit \n" ); document.write( "and u is the units digit. \n" ); document.write( "---------------------------------- \n" ); document.write( "EQUATIONS: \n" ); document.write( "10t+u = 4(t+u) \n" ); document.write( "t = u-3 \n" ); document.write( "---------------- \n" ); document.write( "Rearrange \n" ); document.write( "6t-3u = 0 \n" ); document.write( "t = u-3 \n" ); document.write( "--------------- \n" ); document.write( "Substitute to solve for \"u\": \n" ); document.write( "6(u-3) - 3u = 0 \n" ); document.write( "3u-18 = 0 \n" ); document.write( "u = 6 \n" ); document.write( "------------------- \n" ); document.write( "Substitue to solve for \"t\" \n" ); document.write( "t = 6-3 = 3 \n" ); document.write( "------------------- \n" ); document.write( "The number is 36 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |