It is 20 because the 5 is in the ones place so the 2 has to be in the 10 place which makes it 20
Answer: x = -1 and y = -2
Step-by-step explanation:
So if you know y = x-1 you can plug that in where y is in the first equation
-4x + 3(x-1) = -2
Distribute the 3:
-4x +3x -3 = -2
Combine like terms:
-x -3 = -2
Add 3 to both sides:
-x = 1
Multiply by -1:
X = -1
Then you plug that into the other equation to get y=(-1)-1
Which is -2
Your anbswer is gonna be 5,7
Answer:
not sure which is the origional-
if the big one is the origiinal, then 1/2
if the small one is the origional- then 2-1
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