Answer:
8. x = 16
9. x = 10
14.
m ∠RSU = 130°
m ∠UST = 50°
15.
m ∠RSU = 124°
m ∠UST = 56°
Step-by-step explanation:
8.
Given ∠DEF is bisected by EG. That is , ∠DEG = ∠GEF
That is , (x + 15)° = 31°
x = 31 - 15 = 16
9.
Given ∠DEF is bisected by EG. That is , ∠DEG = ∠GEF
That is ,
(6x - 4)° = 56°
6x = 56 + 4
6x = 60
x = 10
14.
13x + 5x = 180° [straight line angles ]
18x = 180
x = 10
m ∠RSU = 130°
m ∠UST = 50°
15.
4x + 12 + 2x = 180° [ straight line angles]
6x = 180 - 12
6x = 168
x = 28
m ∠RSU = 4(28) + 12 = 112 + 12 = 124°
m ∠UST = 2(28) = 56°
104 divided by 13 equals 8, so that means there can be 2 rows on each page.
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:
um
Step-by-step explanation:
Step-by-step explanation:
d = √(x2-x1)²+(y2-y1)²
d = √(-3-(-3))²+(-7-(-5))²
d = √ 0+(-2)²
d = √4
d = 2 units