Answer:
The answer to your question is letter A. Regular size is cheaper than Economy size by $0.0003 per gram
Step-by-step explanation:
Cost of 1 gr of economy size
5000 gr (5 kg) ------------------- $ 5.15
1 gr -------------------- X
x = 1 x 5.15 / 5000 = $0.0010
Cost of 1 gr of regular size
820 gr ------------------- $0.60
1 gr -------------------- x
x = 1 x 0.6 / 820 = $ 0.0007
Difference of cost = $0.0010 - $0.0007 = $0.0003
Answer: 27.5625 or 27.6
Explanation:
A square has even side lengths so each side equals 5 1/4 or 5.25. So you take two sides and multiply them together. In other words, 5.25•5.25. Then you get roughly 27.6 rounded
Point slope form : y-y1 = m(x-x1)
slope intercept form : m=(y-y1)/(x-x1)
standard form : Ax + By = C
just pick any random points on a graph and plug the same points into all three forms.
Answer:
81.85%
Step-by-step explanation:
Given :
The average summer temperature in Anchorage is 69°F.
The daily temperature is normally distributed with a standard deviation of 7°F .
To Find:What percentage of the time would the temperature be between 55°F and 76°F?
Solution:
Mean = 
Standard deviation = 
Formula : 
Now At x = 55


At x = 76


Now to find P(55<z<76)
P(2<z<-1)=P(z<2)-P(z>-1)
Using z table :
P(2<z<-1)=P(z<2)-P(z>-1)=0.9772-0.1587=0.8185
Now percentage of the time would the temperature be between 55°F and 76°F = 
Hence If the daily temperature is normally distributed with a standard deviation of 7°F, 81.85% of the time would the temperature be between 55°F and 76°F.
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