document.write( "Question 1099448: Ally's hotel ordered 200 flowers for annual celebration. They ordered carnations at 1.50 each, roses at 5.75 each, and daisies at 2.60 each. They ordered mostly carnations and 20 fewer roses than daisies. The total order came to 589.50. How many of each type of flowers was ordered? \n" ); document.write( "
Algebra.Com's Answer #713912 by ikleyn(52800)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Let D be the number of daisies.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of roses was (D-20).\r\n" ); document.write( "\r\n" ); document.write( "The carnations were the rest (200 - D - (D-20)) = 180-2D flowers.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The cost for daisies was 2.60*D (dollars ?)\r\n" ); document.write( "\r\n" ); document.write( "The cost for roses was 5.75*(D-20) dollars (?)\r\n" ); document.write( "\r\n" ); document.write( "The cost for carnations was 1.50*(180-2D).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The \"money\" equation is \r\n" ); document.write( "\r\n" ); document.write( "2.60*D + 5.75*(D-20) + 1.50*(180-2D) =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |