document.write( "Question 347154: a number is one more than five times another number. If the sum of the two numbers is 103. find the two numbers \n" ); document.write( "
Algebra.Com's Answer #248256 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: let n represent the second number \n" ); document.write( ". \n" ); document.write( "the question states the following to be true: \n" ); document.write( "Write as you Read. \n" ); document.write( ". \n" ); document.write( "5n+1 and n are the numbers\r \n" ); document.write( "\n" ); document.write( "5n +1 + n = 103 \n" ); document.write( ". \n" ); document.write( "Simplify and Solve for n \n" ); document.write( "6n = 102 \n" ); document.write( "n = 17 \n" ); document.write( ". \n" ); document.write( "5n + 1 = 86 \n" ); document.write( ". \n" ); document.write( "Two numbers are 17 and 86 \n" ); document.write( ". \n" ); document.write( "check your answer: \n" ); document.write( "17 + 86 = 103 \n" ); document.write( " |