Ryan has 50 cookies if he wants to buys x amount of 16 cookies, how many cookies will he have c= cookies
Answer: Surface area is 169π
Step-by-step explanation:




I believe the answer is 5. I multiplied 5 to -4 and that’s -20 and I’m guessing since slope-intercept form is y=Mx+b I’m thinking b=4 and the slope being 5 matches the output. -16=5(-4)+4
Let
be the unknown number. So, three times that number means
, and the square of the number is 
We have to sum 528 and three times the number, so we have 
Then, we have to subtract this number from
, so we have

The result is 120, so the equation is

This is a quadratic equation, i.e. an equation like
. These equation can be solved - assuming they have a solution - with the following formula

If you plug the values from your equation, you have

So, the two solutions would be


But we know that x is positive, so we only accept the solution 
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