So from 1150 to 230 lbs of flour remaining...
The percentage decrease was by
percentage decrease = ((b-a)/b)*100
b is the original value
a is the other value
p= ((1150-230)/1150)*100
p = (920 /1150) * 100
p = (0.8) * 100
p = 80
The percentage decrease is 80% from 1150 to 230 lbs of flour.
Hope this helps :)
Given:
Length of the circular arc with circle radius=49cm
θ=135°
Now,
Length of arc = θ/360°×2πr
49=2× 22/7×r×135°/360°
49×20×7/3×22×2
51.96cm
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:
None of the answers are right
Step-by-step explanation:
Since a hexagon has 6 sides, and perimeter is the length of all the sides summed up, we can multiply 6 by 2x+y to find the perimeter.
6(2x+y)
Distribute the 6 to each term in the parentheses:
6(2x)+6(y)
12x+6y is the perimeter. None of the answers are right.