Answer:
a) The probability of selling less than 100 gallons (x≤1) is P=0.16.
b) The mean number of gallons is M=80 gallons.
Step-by-step explanation:
The probability of selling x, in hundred of gallons, on any day during the summer is y(x)=0.32x, in a range for x from [0;2.5].
The probability of selling less than 100 gallons (x≤1) is then:

The mean number of gallons can be calculated as:

Start with

We observe that both fractions are not defined if
. So, we will assume
.
We multiply both numerator and denominator of the first fraction by 3 and we sum the two fractions:

We multiply both sides by
:

We move everything to one side and solve the quadratic equation:

We check the solution:

which is true
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
1
Step-by-step explanation:
hope this helps
Answer:
The slope of the line is 5
Step-by-step explanation:
Great question, it is always good to ask away and get rid of any doubts that you may be having.
I have created an illustration which is attached below in order to help you understand the situation. As we are told the passenger rode the subway from point (0 , 0) to point (-2, 0). Then he rode the subway from point (-2, 0) to the final destination of point (-2 , -10). In order to find the value of the slope we need to use the slope formula which is

Now we just plug in the values of the starting point and final destination in order to find the slope of the line.



Finally we can see that the slope of the line is 5
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.