document.write( "Question 1036965: If 91 is added to a number, the result is 39 less than three times the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #651646 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x+91 = 3x-39 \n" ); document.write( "130 = 2x \n" ); document.write( "x = 65 \n" ); document.write( "`````````````````` \n" ); document.write( "Check: \n" ); document.write( "65+91 = (3*65)-39 \n" ); document.write( "156 = 156 Correct \n" ); document.write( " |