Answer:
The correct option is;
Up, rotate 90 degrees counterclockwise, down and right, rotate 90 derees clockwise, left
Step-by-step explanation:
The motion of the shape are
1) The shape is moved up from the initial position
2) The shape is then rotated 90 degrees in the reverse direction of the motion of the clock
3) The shape then moves two motion of coming down and moving right in one step
4) The shape is then rotated 90 degrees in the clockwise direction
5) In the final step, the shape is moved left.
Answer:
21.....
Step-by-step explanation:
hope this helps
Answer:
<u>Perimeter</u>:
= 58 m (approximate)
= 58.2066 or 58.21 m (exact)
<u>Area:</u>
= 208 m² (approximate)
= 210.0006 or 210 m² (exact)
Step-by-step explanation:
Given the following dimensions of a rectangle:
length (L) =
meters
width (W) =
meters
The formula for solving the perimeter of a rectangle is:
P = 2(L + W) or 2L + 2W
The formula for solving the area of a rectangle is:
A = L × W
<h2>Approximate Forms:</h2>
In order to determine the approximate perimeter, we must determine the perfect square that is close to the given dimensions.
13² = 169
14² = 196
15² = 225
16² = 256
Among the perfect squares provided, 16² = 256 is close to 252 (inside the given radical for the length), and 13² = 169 (inside the given radical for the width). We can use these values to approximate the perimeter and the area of the rectangle.
P = 2(L + W)
P = 2(13 + 16)
P = 58 m (approximate)
A = L × W
A = 13 × 16
A = 208 m² (approximate)
<h2>Exact Forms:</h2>
L =
meters = 15.8745 meters
W =
meters = 13.2288 meters
P = 2(L + W)
P = 2(15.8745 + 13.2288)
P = 2(29.1033)
P = 58.2066 or 58.21 m
A = L × W
A = 15.8745 × 13.2288
A = 210.0006 or 210 m²
Answer:
T4 = -2°F
Step-by-step explanation:
Given the following data;
Current temperature = 10°F
Constant, K = 3°F
Time, t = 4 hours
In four (4) hours, we have;
T = kt
Substituting into the equation, we have;
T = 3 * 4
T = 12°F
T4 = current temp - new temp
T4 = 10°F - 12°F
T4 = -2°F
Therefore, the temperature it will be in 4 hours is - 2°F.
Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))