document.write( "Question 402966: I am trying to write an algebraic expreession for the following:\r
\n" );
document.write( "\n" );
document.write( "5 less than 2/3 of a number is 3. \n" );
document.write( "
Algebra.Com's Answer #284998 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! n = a number \n" ); document.write( "(2/3)n - 5 = 3 \n" ); document.write( " \n" ); document.write( " |