Answer is 1.1% chance:
standard deck of cards has 52 cards
jack, queen, and king are face cards, and there are four suits, so in total there are 7 face cards in the deck. There are 4 seven cards in the deck. The probability that the first card is a seven is 0.076923077--> 7.7%, then there are 7 face cards so 7/51 chance 0.137254902--> 13.7% (but that is after 7.7% of 100% has already happened, so we are looking at 13.7% chance of 7.7% chance of 100% cards. Multiply both numbers and you get 0.010558069--> 1.1% chance
Y=7 becuase 5+2 IM ASSUMING is 7 so the value of y=7
988:)))))))))))))) i hope its true
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:
y=2x-5
explanation
m is gradient so rise over run and b is the y intercept which is -5