Answer:
Required difference = 270/19 km
Step-by-step explanation:
If we consider the AP of distances to be
a, a + r, a + 2r, ..., a + 19r,
where a is the distance of the nearest location from the port and r is the difference between any two successive location.
Given that,
a + 19r = 300 .....(1)
a = 30 ..... (2)
Using (2), from (1), we get
30 + 19r = 300
or, 19r = 300 - 30
or, 19r = 270
or, r = 270/19
Therefore the distance between any two successive location is 270/19 km.
48/4 is 24 so you’ll need 28 1/4’s
Answer:
"1 unit" is about 7.5 on the scale and the distance between Chicago and New York is about 10.8 on the scale.
Step-by-step explanation:
Problem 7)
The answer is choice B. Only graph 2 contains an Euler circuit.
-----------------
To have a Euler circuit, each vertex must have an even number of paths connecting to it. This does not happen with graph 1 since vertex A and vertex D have an odd number of vertices (3 each). The odd vertex count makes it impossible to travel back to the starting point, while making sure to only use each edge one time only.
With graph 2, each vertex has exactly two edges attached to it. So an Euler circuit is possible here.
================================================
Problem 8)
The answer is choice B) 5
-----------------
Work Shown:
abc base 2 = (a*2^2 + b*2^1 + c*2^0) base 10
101 base 2 = (1*2^2 + 0*2^1 + 1*2^0) base 10
101 base 2 = (1*4 + 0*2 + 1*1) base 10
101 base 2 = (4 + 0 + 1) base 10
101 base 2 = 5 base 10