Answer:

Step-by-step explanation:
Given:
For every 1/2 of an hour that the turtle is crawling, he can travel 3/20 of a mile
Question asked:
At what unit rate is the turtle crawling?
Solution:
As here<u> time taken is given</u> and the <u>distance traveled is also given </u>and hence we will apply speed and distance formula to find rate of crawling of turtle.
Time taken by turtle = 
Distance which can be traveled by turtle = 


Therefore, the rate at which the turtle is crawling is 
Answer: 99.78%
Step-by-step explanation:
100% - .28 = 99.78
Answer:
28
Step-by-step explanation:
To find the area of a rectangle we multiply two edges together.
since we are looking for the surface area we are actually going to be finding 6 different areas and adding them together (since there are 6 sides to a rectangle)
ok so sides 1 and 2, the edges on the left and right will be equal, and then the four sides in the middle are all going to be equal
2(1x2) + 4(3x2) = 4 + 24 = 28
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:
Parallel: the lines have = slopes. We thus need 5/6 to equal 2/p. then 5p must equal 12, and p = 12/5. (answer)
Check: Is 5/6 = 2 / (12/5)? YES
Perp.: The lines have slopes that are negative reciprocals of one another.
Then -6/5 = 2/p, or
-6 2
---- = ----
5 p Thus, -6p = 10, and p = -5/3 (answer)