Subtract x on both sides the result you divide it by 5
One ton = 2000 lbs
Therefore, 1.5 tons = 3000 lbs
3000-300=2700lbs
Answer:If Mary spent half of her allowance the equation will begin with 1/2x or 0.5x where x is her allowance and 0.5 is half of her allowance spent. Mary also earned 7 dollars by washing the car so this will be added to her allowance spent.
The problem says that after Mary has spent half of her allowance at the movies she was left with 18 dollars so that means that the equation must be equal to 18.
The equation you want to set up is
0.5x+7=18
Where, 18-7=11
0.5x=11
11/.5 = x
x = $22
Thus, Mary has a weekly allowance of 22 dollars.
Step-by-step explanation:
Answer:
(a) rate of change = 8
(b) Function: y = 8x
(c) Domain: 0 ≤ x ≤ 2
Range: 0 ≤ y ≤ 16
Explanation:
Looks like a inverse variation sequence.
Inverse Variation formula: y = k(x)
Take two points: (1, 8), (2, 16)
Find the value of k which is constant also considered as <u>rate of change</u>.
<u>Insert values</u>:
===========
Equation: y = 8x
Domain lies in the x axis, Range lies in the y axis.
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