document.write( "Question 1139373: 5 times than 4 times a number is 9 more than twice a number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #759856 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 5 times than 4 times a number is 9 more than twice a number. \n" ); document.write( "rewrite to make sense \n" ); document.write( "5 more than 4 times a number is 9 more than twice a number. \n" ); document.write( "4n + 5 = 2n + 9 \n" ); document.write( "4n - 2n = 9 - 5 \n" ); document.write( "2n = 4 \n" ); document.write( "n = 4/2 \n" ); document.write( "what is the number? \n" ); document.write( "n = 2 \n" ); document.write( " |