6.1 Areas Between Curves/10: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
<math> | <math> | ||
\begin{align} | \begin{align} | ||
1+\sqrt{x} | &= 1+\sqrt{x} = \frac{3+x}{3} \\ | ||
1+\sqrt{x}-\frac{3+x}{3} | &= 1+\sqrt{x}-\frac{3+x}{3} = 0 \\ | ||
\frac{3+3\sqrt{x}}{3}-\frac{3+x}{3} | &= \frac{3+3\sqrt{x}}{3}-\frac{3+x}{3} = 0 \\ | ||
3+3\sqrt{x}-3+x | &= 3+3\sqrt{x}-3+x = 0 \\ | ||
3\sqrt{x}+x | &= 3\sqrt{x}+x = 0 \\ | ||
3\sqrt{x} | &= 3\sqrt{x} = -x \\ | ||
9x | &= 9x = x^2 \\ | ||
9x-x^2 | &= 9x-x^2 = 0 \\ | ||
x(9-x) | &= x(9-x) = 0 \\ | ||
x | &= x = 0,9 | ||
\end{align} | \end{align} | ||
</math> | </math> |