Step-by-step explanation:
It doesn't matter what order they are drawn in, so youi have a combination problem
26C5
My calculator gives the answer directly,
It is 65780
It would be -5 because 4- 3*12/4 = -5
Hope this helps
Have a great day/night
Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation:
Answer:

Step-by-step explanation:
The graph you see there is called a parabola. The general equation for the graph is as below

To find the equation we need to find the constants a and b. The constant b is just how much we're lifting the parabola by. Notice it's lifted by 1 on the y axis.
To find a it's a little more tricky. Let's use the graph to find a value for a by plugging in values we know. We know that b is 1 from the previous step, and we know that when x=1, y=3. Let's use that!

Awesome, we've found both values. And we can write the result.

I'll include a plotted graph with our equation just so you can verify it is indeed the same.
Answer:
1 solution, 0
Step-by-step explanation:
In algebra, a variable can be equal to any amount of numbers depending on how it is used. In this case, m is only equal to the one value of 8, and therefore only has <u>one solution.</u>
m - 8
(8) - 8
0