Questions: Solve the system graphically. (If there is no solution, enter NO SOLUTION.)
x+y=10
x^2+y^2-10x=0
(x, y)=( )(smaller x-value)
(x, y)=( )(larger x-value)
Transcript text: Solve the system graphically. (If there is no solution, enter NO SOLUTION.)
\[
\begin{array}{c}
\left\{\begin{array}{c}
x+y=10 \\
x^{2}+y^{2}-10 x=0
\end{array}\right. \\
(x, y)=(\square)(\text { smaller } x \text {-value }) \\
(x, y)=(\square)(\text { larger } x \text {-value })
\end{array}
\]
Solution
Solution Steps
To solve the system graphically, we need to plot the two equations and find their intersection points. The first equation is a linear equation, and the second equation is a circle. The intersection points of these two graphs will give us the solutions.
Step 1: Rewrite the Equations
First, we rewrite the given system of equations for clarity:
\[
\begin{cases}
x + y = 10 \\
x^2 + y^2 - 10x = 0
\end{cases}
\]
Step 2: Solve the First Equation for \( y \)
From the first equation, solve for \( y \):
\[
y = 10 - x
\]
Step 3: Substitute \( y \) into the Second Equation
Substitute \( y = 10 - x \) into the second equation:
\[
x^2 + (10 - x)^2 - 10x = 0
\]