Answer:
.......
Step-by-step explanation:
<em>whaaat</em><em>?</em><em> </em>
<em>ok</em><em> </em><em>cool</em><em> </em><em>bye</em><em> </em>
Using proportions, it is found that the two cities are 27.5 miles apart.
<h3>What is a proportion?</h3>
A proportion is a fraction of a total amount, and the measures are related using a rule of three. Due to this, relations between variables, either direct or inverse proportional, can be built to find the desired measures in the problem.
From the given scale, we have that <u>each inch of distance represents 10 miles</u>. Hence the distance in miles for a distance of 2 and 3/4 miles = 2.75 miles is given by:
D = 10 x 2.75 = 27.5 miles.
Hence, the two cities are 27.5 miles apart.
More can be learned about proportions at brainly.com/question/24372153
#SPJ1
Answer:
3
Step-by-step explanation:
First step: Find the slope, Using the Formula y2 - y1 / x2 - x1 =
6-4=2 3-1=2 then u divde the y/x 2/2=1 So the slope is 1.
Step 2: Use the Slope- Intercept formula, Y=mx+b so 4 = 1(1)+b so 4 = 1 + b
Step 3: subtract 1 on both sides so 4-1=3 1-1=0 so 3 is the Y-Intercept.
Answer: 1.0 is the larger one.
Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.