Tan(Angle) = Opposite leg / Adjacent leg
Tan(A) = 5/7
A = Arctan(5/7)
A = 35.54 degrees.
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:
Cost price per bottle of juice = $1.10
Selling price per bottle of juice = $2.50
Profit per bottle of juice = $2.50 - $1.10 = $ 1.40
Let B be the number of bottles needed to sell in one day in order to equal its daily costs.
$1200 = $1.40B
857.14285714285714 = B
858 = B (round off to the nearest bottle)
The company must sell 858 bottles of juice in one day in order to equal its daily cost.
Hope this helps! =)
Let the positive odd numbers be x,x+2,x+4.
According to the question,
5(3x+30)=72+x^2+4x
x^2-13x+42=0
(x-6) and (x-7)=0
x=6 or x=7