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:
The Answer is: x1=-4 x2=1.
There are 12 grams of protein 2 ounces of almond write if the relationship is proportional if so write an equation for the relationship.
12=2
6=1
Answer:
R = 
Step-by-step explanation:
IR = V ( isolate R by dividing both sides by I )
R = 
Answer:
Judy = $5/hr
Ben = $4/hr
Step-by-step explanation:
Judy's hours at work - x
Ben's hours at work - y
8x + 10y = 80
9x + 5y = 65
Given these two equations above, we get:
10y = 80 - 8x, which means y = 8 - 0.8x.
Substitute y in the second equation with 8 - 0.8x, so we have:
9x + 5 (8 - 0.8x) = 65
9x + 40 - 4x = 65
5x = 25
x = 5
Come back to the first equation, substitute x:
8*5 + 10y = 80
10y = 80 - 40
y = 4