Answer: D
Step-by-step explanation:
Answer:
10 cm
Step-by-step explanation:
The diameter is a chord (line) that connects on both ends of a circle which includes the center point of the circle. The radius comes from the center point of the circle to one end of the circle.
Diameter is therefore 2 radii (radius).
So if diameter is given and you want to find the radius, divide it by two to find the answer.
20 ÷ 2 = 10 cm
<u>Answer-</u> C. For every extra person served, the time it takes to prepare a meal increases by 7 minutes.
<u>Solution- </u>
<em>y = 7x+25</em>
Where y = the number of minutes it takes to prepare a meal
x = the number of people being served.
If the number of persons increased by one, so x' = (x+1)
Then y' = 7x' + 25 = 7(x+1) + 25 = 7x + 7 + 25 = 7x + 25 + 7 = y + 7
∴ As y gets increased by 7 for every 1 more person , so C is the correct answer.
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:
4000000+500000+8000+200+20+7