Asked by Ken
                A flower displays contains tulips, roses, and carnations.  For every 10 tulips, there are 4 roses and 6 carnation.  The display contains 100 flowers. How many of the flowers are tulips?
            
            
        Answers
                    Answered by
            Bosnian
            
    t = tulips
r = roses
c = carnations
For every 10 tulips, there are 4 roses and 6 carnation mean:
r = ( 4 / 10 ) t = 0.4 t
c = ( 6 / 10 ) t = 0.6 t
t + r + c = 100
t + 0.4 t + 0.6 t = 100
2 t = 100 Divide both sides by 2
t = 100 / 2 = 50 tulips
r = 0.4 * 50 = 20 roses
c = 0.6 * 50 = 30 carnation
    
r = roses
c = carnations
For every 10 tulips, there are 4 roses and 6 carnation mean:
r = ( 4 / 10 ) t = 0.4 t
c = ( 6 / 10 ) t = 0.6 t
t + r + c = 100
t + 0.4 t + 0.6 t = 100
2 t = 100 Divide both sides by 2
t = 100 / 2 = 50 tulips
r = 0.4 * 50 = 20 roses
c = 0.6 * 50 = 30 carnation
                    Answered by
            Anonymous
            
    40
    
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.