The left side is a half circle.
The area of a circle is PI x r^2
The diameter of the circle would be the height of the rectangle, given as 10 feet.
The radius is 1/2 the diameter, so 5 feet.
The area of half the circle is (3.14 x 5^2) / 2 = 39.25 square feet.
The area of the rectangle is 20 x 10 = 200 square feet.
Total area = 200 + 39.25 = 239.25 square feet.
Answer:
Distance = abs(-1700)
Distance = 1700 miles
Step-by-step explanation:
NYC is located East of Los Angels.
The Airplane flies from Los Angeles to the left direction from NYC.
Which is negative direction.
Therefore, distance = -1700
Here the distance cannot be negative even though if it flies in negative direction.
Therefore, we use the absolute value.
The absolute value of a number is always positive.
So, distace = abs( -1700)
Distance = 1700 miles.
Hope this will help you understand the concept.
Thank you.
Answer:
1.5
Step-by-step explanation:
12 / 8 = 1.5
Considering that the addresses of memory locations are specified in hexadecimal.
a) The number of memory locations in a memory address range ( 0000₁₆ to FFFF₁₆ ) = 65536 memory locations
b) The range of hex addresses in a microcomputer with 4096 memory locations is ; 4095
<u>applying the given data </u>:
a) first step : convert FFFF₁₆ to decimal ( note F₁₆ = 15 decimal )
( F * 16^3 ) + ( F * 16^2 ) + ( F * 16^1 ) + ( F * 16^0 )
= ( 15 * 16^3 ) + ( 15 * 16^2 ) + ( 15 * 16^1 ) + ( 15 * 1 )
= 61440 + 3840 + 240 + 15 = 65535
∴ the memory locations from 0000₁₆ to FFFF₁₆ = from 0 to 65535 = 65536 locations
b) The range of hex addresses with a memory location of 4096
= 0000₁₆ to FFFF₁₆ = 0 to 4096
∴ the range = 4095
Hence we can conclude that the memory locations in ( a ) = 65536 while the range of hex addresses with a memory location of 4096 = 4095.
Learn more : brainly.com/question/18993173