you do 0.72 + 1.65 which is equal to 2.37 so the answer is 2.37 miles
-hope this helps
Answer:
1 cm
Step-by-step explanation:
Since the perimeter is 4 cm and all the sides of the square have the same length, each side must be 1 cm long.
The area of that square is 1 cm x 1 cm, which is 1 cm2.
50 out of the 80 were adults if you have to round so it would be 5/8 then you just do 8×100 and then 5×180+70÷100 because you're want to do not do not do it
Answer:
D. 11n + 12
Step-by-step explanation:
You can simplify the 4n + 7n to be 11n by adding them together.
This means the answer is 11n + 12.
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