document.write( "Question 713442: how do you write an equation for twice a number increased by nine is five less than nine times the number \n" ); document.write( "
Algebra.Com's Answer #438421 by Alan3354(69443) You can put this solution on YOUR website! how do you write an equation for twice a number increased by nine is five less than nine times the number \n" ); document.write( "------------------ \n" ); document.write( "Call the number n. \n" ); document.write( "twice the number is 2n \n" ); document.write( "increased by 9 is 2n+9 \n" ); document.write( ".......................... \n" ); document.write( "9 times the number is 9n \n" ); document.write( "------------------ \n" ); document.write( "--> 2n+9 + 5 = 9n \n" ); document.write( " \n" ); document.write( " |