A. IS THE ANSWER!
STEP-BY-STEP Explainaton
1 of 2 type of lettuces
1 of 4 vegetables
1 of 7 dressings
2*4*7 = 56 different salads
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: Ethan will have to spend 2 hours reading if 14 pages are left to read
Step-by-step explanation:
Given the equation
P=-30h+74
where p =number of pages left to read and
h= the number of hours he has spent reading
Therefore , if Ethan has 14 pages left to read, then the number of hours Ethan will have to read will be
P=-30h+74
14= -30h + 74
30h= 74-14
30h= 60
h = 60/30
h =2 hours
Ethan will have to spend 2 hours reading if 14 pages are left to read
Answer:
explain
Step-by-step explanation: