document.write( "Question 762081: five less than four times a number is the same as nine times the number. What is the number \n" ); document.write( "
Algebra.Com's Answer #463696 by tanjo3(60)![]() ![]() ![]() You can put this solution on YOUR website! Let N be the number. So: \n" ); document.write( "4N-5=9N \n" ); document.write( "-5N=5 \n" ); document.write( "N=-1\r \n" ); document.write( "\n" ); document.write( "The number is -1. \n" ); document.write( " |