Processing math: 100%

Exam 1

  1. Question

    Given the following information:

    banana + pineapple + pineapple = 909
    banana + pineapple + banana = 516
    pineapple + orange + pineapple = 921

    Compute:

    banana + orange + pineapple = ?

    1. 434
    2. 378
    3. 921
    4. 678
    5. 528

    Solution

    The information provided can be interpreted as the price for three fruit baskets with different combinations of the three fruits. This corresponds to a system of linear equations where the price of the three fruits is the vector of unknowns x:

    x1= banana x2= orange x3= pineapple

    The system of linear equations is then: (102201012)(x1x2x3)=(909516921) This can be solved using any solution algorithm, e.g., elimination: x1=41,x2=53,x3=434. Based on the three prices for the different fruits it is straightforward to compute the total price of the fourth fruit basket via:

    banana + orange + pineapple =
    x1 + x2 + x3 =
    41 + 53 + 434 = 528

    1. False
    2. False
    3. False
    4. False
    5. True