Answer:
Hi there!
The correct choices are: A, B, C
Step-by-step explanation:
π in radians equals to 180°
A is correct because 180/3 = 60
C is correct because 180/4 = 45
Answer:
12.
Square root = 37,
Step-by-step explanation:
40^2 = 1600
35^2 = 30 * 40 + 25 = 1225
So the requred square is between 35 and 40
38^2 = 1444
37^2 = 1369 - so its this one.
Required difference = 1381 - 1369 = 12.
Answer:
36.65 ft (2 dp)
Step-by-step explanation:
- Angles around a point sum to 360°
- 1 hour = 60 minutes
Therefore, the minute hand of a clock travels 360° in 60 minutes
Number of degrees the minute hand will travel in 25 minutes:

To find how far the tip of the minute hand travels in 25 minutes, use the Arc Length formula:


Given:
- r = length of minute hand = 14 ft
= 150°

Answer:
The statement is false
Step-by-step explanation:
we know that
if the triangle is a right triangle
then
the triangle must satisfy the Pythagoras Theorem

we have



substitute



therefore
Is not a right triangle
The statement is false
Answer:
Step-by-step explanation:
There are 2 ways to proceed further.
Option A is with using the random number table.
- Let us assume that each gravestone has a unique number between 1 and 55914.
- Choose a row at random from the table.
- Take the first number consisting of 5 digits, if the number corresponds with a number between 1 and 55914, then select the corresponding plot, otherwise move on to the next 5 digit-number.
Repeat until 395 gravestones have been selected.
Option B is with using any calculator with capability of generating random integer. Here for example consider any TI series programmable calculator.
- Enter the following command into your calculator:
randInt(1,55914,395)
- The first and second number are the lower and upper limits between which the values have to lie.
- The third number is the number of required selections.