document.write( "Question 1049186: frank had c dollars to begin with, he just spent 20 dollars. Using c, write an expression
\n" );
document.write( " for the number of dollars he has left. \n" );
document.write( "
Algebra.Com's Answer #664775 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! frank had c dollars to begin with, he just spent 20 dollars. Using c, write an expression \n" ); document.write( " for the number of dollars he has left. \n" ); document.write( "============== \n" ); document.write( "Is it c + 20 ? \n" ); document.write( "Is it 20 - c ? \n" ); document.write( "Is it 20 times c ? \n" ); document.write( "----- \n" ); document.write( "Think about it. \n" ); document.write( " |