document.write( "Question 522973: the difference of digits of two digit number is 1.five times the sum of the number plus one is equal to the number. find the number \n" ); document.write( "
Algebra.Com's Answer #347160 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the difference of digits of two digit number is 1. \n" ); document.write( "five times the sum of the number plus one is equal to the number. \n" ); document.write( " find the number \n" ); document.write( ": \n" ); document.write( "Two digits, a, b \n" ); document.write( "then \n" ); document.write( "10a + b = the number \n" ); document.write( ": \n" ); document.write( "\"the difference of digits of two digit number is 1.\" \n" ); document.write( "a - b = 1 \n" ); document.write( ": \n" ); document.write( "\"five times the sum of the number plus one is equal to the number.\" \n" ); document.write( "5(a+b) + 1 = 10a + b \n" ); document.write( "5a + 5b + 1 = 10a + b \n" ); document.write( "5a - 10a + 5b - b = -1 \n" ); document.write( "-5a + 4b = -1 \n" ); document.write( ": \n" ); document.write( "Use substitution here, multiply the 1st equation by 4, add to the 2nd eq \n" ); document.write( "+4a - 4b = 4 \n" ); document.write( "-5a + 4b = -1 \n" ); document.write( "--------------addition eliminates b, find a \n" ); document.write( "-a = 3 \n" ); document.write( "a = -3 \n" ); document.write( "find b \n" ); document.write( "-3 - b = 1 \n" ); document.write( "-b = 1 + 3 \n" ); document.write( "-b = 4 \n" ); document.write( "b = -4 \n" ); document.write( ": \n" ); document.write( "The number \n" ); document.write( "-3(10) + (-4) = -34 is the number \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Usually not a neg answer in these problems, see if this works in the statement: \n" ); document.write( "\"five times the sum of the number plus one is equal to the number.\" \n" ); document.write( "5(-3 + (-4)) + 1 = -34 \n" ); document.write( "5(-7) + 1 = -34 \n" ); document.write( "-35 + 1 = -34; confirms our solution of -34\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |