Answer:
7.56 km²
Step-by-step explanation:
Given data:
Width of the fjord, w = 6.3 km
Retreated terminus of the glacier between may 2001 and June 2005, d = 7.5 km
thus, the length lost , y = 7.5 - 6.3 = 1.2 km
now, the area is given as:
A = Length × width
on substituting the values, we get
A = 1.2 × 6.3
or
A = 7.56 km²
Hence, the surface area lost by the glacier in the fjord is 7.56 km²
Basically, like this:
• • • • •
• • • • •
• • • • •
• • • • •
Solution -
In order to convert a binary number to hexadecimal ,we need to chunk the binary number into groups of 4 digits, adding 0 if necessary.
As the given number number is a 16 digit binary number, so when chunk in 4 digit groups, it will form 4 groups. Each group will represent a single digit in hexadecimal code.
So, a 16-digit binary pattern converts to a 4 digit hexadecimal value.
Answer:
0.6247
Step-by-step explanation:
The formula for calculating a Z-score is Z = (X - μ)/σ,
where x is the raw score
μ is the population mean
σ is the population standard deviation.
From the question,
μ = 51, σ = 10. We are to find P(36 ≤ X ≤ 56)
Step 1
Find the Probability of X ≤ 36
μ = 51, σ = 10
Z = (X - μ)/σ
Z = 36 - 51/ 10
Z = -15/10
Z = -1.5
We find the Probability of Z = -1.5 from Z-Table
P(X <36) = P(X = 36) = P(Z = -1.5)
= 0.066807
Step 2
Find the Probability of X ≤ 56
μ = 51, σ = 10
Z = (X - μ)/σ
Z = 56 - 51/ 10
Z = 5/10
Z = 0.5
We find the Probability of Z = 0.5 from Z-Table:
P(X < 56) = P(X = 56) = P(Z = 0.5)= 0.69146
Step 3
Find P(36 ≤ X ≤ 56)
P(36 ≤ X ≤ 56) = P(X ≤ 56) - P(X ≤ 36)
= P( Z = 0.5) - P(Z = -1.5)
= 0.69146 - 0.066807
= 0.624653
Approximately to 4 decimal places , P(36 ≤ X ≤ 56) = 0.6247