2x + 4y = 14
4x + y = 20......multiply by -4
----------------
2x + 4y = 14
-16x - 4y = -80 (result of multiplying by -4)
---------------add
-14x = -66....as u can see, ur y's cancel out
so ur answer is : 1st answer choice <==
** and just so u know, u could have multiplied the 1st equation by -2, and it would have cancelled out ur x's
Answer:
1.04 inch
Step-by-step explanation:
Given: Old house has a basement stairways with 7.25 inch vertical riser and 7 inch horizontal treads.
Remember; horizontal treads is known as run in steps.
Now, calculating the slope of the stairways.
Formula: 
Rise= 7.25 inch
Run= 7 inch.
Subtituting the value in the formula
Slope=
(∵ Round to two decimal)
∴ Slope of stairways is 1.04.
Answer:
D) 2x² + 4x - 30
Step-by-step explanation:
Follow the FOIL method:
FOIL =
First
Outside
Inside
Last
...and is the order you multiply to solve:
(x + 5)(2x - 6) =
(x)(2x) = 2x²
(x)(-6) = -6x
(5)(2x) = 10x
(5)(-6) = -30
Combine like terms. Simplify:
2x² -6x + 10x - 30 = 2x² (-6x + 10x) - 30 = 2x² + 4x - 30
2x² + 4x - 30 is your answer.
~
Im guessing you meant improper. This means that the numerator is greater than the denominator. An example is 11/4
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