Let us convert the percentages to decimal format first.. so 5% is just 5/100 or 0.05 and 15% is just 15/100 or 0.15
so hmmm, so, let's say it needs "x" amount and "y" amount of each respectively, so, whatever "x" and "y" are, they must add up to 100, and whatever their concentration is, must add up to what the mixture yields
thus

solve for "x"
what's "y"? well, y = 100 - x
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
Your answer willl be f(x) = 24x hope this helps
a) Number of seats expected to be empty = 18
b) Number of passengers expected to show up for the flight = 291
Step-by-step explanation:
Step 1:
Probability that a passenger will not show up for the flight = 6%
Total capacity of the flight when fully booked = 300
Step 2 :
a)
Number of seats expected to be empty = 6% of 300 =
× 300 = 18
b)
Number of passengers over booked = 10
Probability that a passenger will turn up for a flight = 100 - 6% = 94%
Number of passengers when the flight is overbooked = 300 + 10 = 310
Hence number of passengers who are expected to show up for the flight = 94% of 310 =
× 310 = 291.4 = 291 (rounded of whole number as this represents number of passengers)
Step 3 :
Answer :
a) Number of seats expected to be empty = 18
b) Number of passengers expected to show up for flight = 291
Answer: y intercept is 4 and the slope is 4/5
Step-by-step explanation: