document.write( "Question 833117: Please help me solve this equation Two consecutive numbersare such that the greater added thrice the smaller makes a total of 53 \n" ); document.write( "
Algebra.Com's Answer #502300 by JulietG(1812) You can put this solution on YOUR website! B = A + 1 (consecutive) \n" ); document.write( "B + 3A = 53 \n" ); document.write( "Substitute the value that we know for B \n" ); document.write( "B + 3A = 53 \n" ); document.write( "(A+1) + 3A = 53 \n" ); document.write( "4A + 1 = 53 \n" ); document.write( "subtract 1 from each side \n" ); document.write( "4A = 52 \n" ); document.write( "divide by 4 \n" ); document.write( "A = 13 \n" ); document.write( ". \n" ); document.write( "If A is 13, then B is 14. \n" ); document.write( "Let's make sure it works. \n" ); document.write( "14 + (3*13) = 53 \n" ); document.write( "14 + 39 does indeed equal 53 \n" ); document.write( "success! \n" ); document.write( " |