document.write( "Question 330133: You sell coffee cups at a fair booth. The large cups cost $4, while the small cups cost $2\r
\n" );
document.write( "\n" );
document.write( "If we let the variable “L” represent the number of large cups you sell, and “S” represent the number of small cups sold, what is the algebra expression that represents the amount of money you will collect? \n" );
document.write( "
Algebra.Com's Answer #236581 by privani(34)![]() ![]() ![]() You can put this solution on YOUR website! L= Large cups at $4 each cup \n" ); document.write( "S = Small cups at $2 each cup \n" ); document.write( "Let's say amount of money collected is A.\r \n" ); document.write( "\n" ); document.write( "Hence, \n" ); document.write( "A = 4L + 2S \n" ); document.write( " |