Answer:
5000-1250x
Step-by-step explanation:
All you need to do is find the amount of money you get paid a month and use variable x to represent the months and then subtract that from the money you need to pay off.
3x + 7 = x
First, subtract 3x from both sides. / Your problem should look like: 7 = x - 3x
Second, simplify x - 3x to -2x. / Your problem should look like: 7 = -2x
Third, divide both sides by -2. / Your problem should look like:
= x
Fourth, simplify
to
/ Your problem should look like:
= x
Fifth, switch sides. / Your problem should look like: x =
Answer as fraction:
Answer as decimal: -3.5
Your answer will be,
ANSWER: (4b - 5)^2
You're welcome :)
Answer:
see below
Step-by-step explanation:
10 are blue, 30 are yellow, 20 are red, and 40 are green.
There are 100 marbles in the bag
The color that has the most marbles is green
P( green) = 40/100 = 40%
P( yellow) = 30/100 = 30%
P( red) = 20/100 = 20%
P( blue) = 10/100 = 10%
You will be more likely to pick a green marble
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