12+2= 14
4+7=11
-9+3=-6
-14 +5 = -9
-11+ -2 = -13
-3+ -8 = - 11
$736 because $184 x 4 would give you your amount.
We are given 2 sides 18.7, 16.1 and a NON-included angle.
We have to calculate the altitude of the triangle.
altitude = 18.7 * sine (35)
altitude = 18.7 * 0.57358
altitude =
<span>
<span>
<span>
10.725946
</span>
</span>
</span>
In this case, side c is greater than the altitude and is less than side a so 2 two triangles will be formed.
Source:
http://www.1728.org/trigssa.htm
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: