1998 CEMC Pascal Problems/Problem 4

Revision as of 16:59, 22 June 2025 by Anabel.disher (talk | contribs) (Created page with "==Problem== The value of <math>(\sqrt{169} - \sqrt{25})^2</math> is <math> \text{ (A) }\ 64 \qquad\text{ (B) }\ 8 \qquad\text{ (C) }\ 16 \qquad\text{ (D) }\ 144 \qquad\text{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The value of $(\sqrt{169} - \sqrt{25})^2$ is

$\text{ (A) }\ 64 \qquad\text{ (B) }\ 8 \qquad\text{ (C) }\ 16 \qquad\text{ (D) }\ 144 \qquad\text{ (E) }\ 12$

Solution

We can simply evaluate the square roots to figure out the value of the expression:

$(\sqrt{169} - \sqrt{25})^2 = (13 - 5)^2 = 8^2 = 64$

~anabel.disher