Distance from (1, 2) to (3, 6)

Calculate the distance between points (1, 2) and (3, 6) using the distance formula.

( , ) to ( , )
Answer: Distance = d = 2√5 ≈ 4.472136
Step-by-Step Solution
Step 1 Identify the Points

Point 1: P₁(1, 2)

Point 2: P₂(3, 6)

P₁(1, 2), P₂(3, 6)
Step 2 State the Distance Formula

For two points in 2D space:

d = √[(x₂ - x₁)² + (y₂ - y₁)²]

This is derived from the Pythagorean theorem

d = √[(x₂-x₁)² + (y₂-y₁)²]
Step 3 Calculate the Differences

Δx = x₂ - x₁ = 3 - 1 = 2

Δy = y₂ - y₁ = 6 - 2 = 4

Δx = 2, Δy = 4
Step 4 Square the Differences

(Δx)² = (2)² = 4

(Δy)² = (4)² = 16

Sum = 4 + 16 = 20

(Δx)² + (Δy)² = 20
Step 5 Take the Square Root

d = √20

Simplified: d = 2√5

Decimal: d ≈ 4.472136

d = 2√5 ≈ 4.4721