document.write( "Question 1096648: Bily's restaurant ordered 200 flowers for mother's day. They ordered carnations at $1.50 each, roses at $5.75 each and daisies at $2.60 each. The order mostly carnations and 20 fewer roses than daisies. The total order came to $589.50. How many of each type of flowers were ordered? \n" ); document.write( "
Algebra.Com's Answer #711184 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Bily's restaurant ordered 200 flowers for mother's day.
\n" ); document.write( "
\r\n" );
document.write( "C + R + D = 200\r\n" );
document.write( "

\n" ); document.write( "They ordered carnations at $1.50 each, roses at $5.75 each and daisies at $2.60 each. ... The total order came to $589.50.
\n" ); document.write( "
\r\n" );
document.write( "1.50C + 5.75R + 2.60D = 589.50 \r\n" );
document.write( "

\n" ); document.write( "...20 fewer roses than daisies.
\n" ); document.write( "
\r\n" );
document.write( "R = D - 20\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve the system\r\n" );
document.write( "\r\n" );
document.write( "\"system%28C+%2B+R+%2B+D+=+200%2C+1.50C+%2B+5.75R+%2B+2.60D+=+589.50%2C+R+=+D+-+20%29\"\r\n" );
document.write( "\r\n" );
document.write( "Answer: 80 carnations, 50 roses, 70 daisies.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );