document.write( "Question 362231: a large drink cost 50 cents more than a small drink. write an expression for the total cost of 3 small drinks and two large drinks\r
\n" );
document.write( "\n" );
document.write( "im stuck , i wrote the problem out let ld: large drinks and sd:small drinks and i dont know what to do next \n" );
document.write( "
Algebra.Com's Answer #258167 by HasanSahin(52)![]() ![]() You can put this solution on YOUR website! ld = sd + 50 and total cost is >> 3*sd + 2*ld \n" ); document.write( "You can write total cost only as sd OR ld.For example let's write it for only sd: \n" ); document.write( "3*sd + 2*(sd+50) = 3*sd + 2*sd + 100 = 5*sd + 100\r \n" ); document.write( "\n" ); document.write( "RF. \n" ); document.write( " |