Answer:
7 of the angles measure 144 degrees each and one angle measures 72 degrees
Step-by-step explanation:
Let
x -----> represent the measures of the seven same-size angles,
x/2 ----> represent the measure of the one that is "two times smaller."
we know that
The sum of internal angles of a polygon can be calculated as:

where
n is the number of sides of the polygon
In this case
n=8 (octagon)
substitute

so
The linear equation that represent this problem is

solve for x

so

therefore
7 of the angles measure 144 degrees each and one angle measures 72 degrees
18 degrees F because
it dropped 12 degrees=10 hours
x degrees=15 hours
x is what you want to find out which is how many degrees it would drop in 15 hours.
12x15 then divided by 10 is 18.
Answer:
x = -1
Step-by-step explanation:
Answer:
w^6/9
Step-by-step explanation:
3^-2/w^-6
w^6/9
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: