document.write( "Question 802954: Four times a number is just as much as three times that number plus 24. What is the number? \n" ); document.write( "
Algebra.Com's Answer #484054 by thejackal(72)![]() ![]() You can put this solution on YOUR website! very easy:\r \n" ); document.write( "\n" ); document.write( "let the number be n \n" ); document.write( "such that \n" ); document.write( "4n = 3n + 24 \n" ); document.write( "4n - 3n = 24\r \n" ); document.write( "\n" ); document.write( "n = 24 \n" ); document.write( " |