document.write( "Question 26394: Four times a number, increased by 25, is 13 less than six times the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #14243 by uknouluvme89(30)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the number \n" ); document.write( "4x+25 = 6x-13 \n" ); document.write( "25 = 2x-13 \n" ); document.write( "38 = 2x \n" ); document.write( "19 = x \n" ); document.write( " |