Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Split final hint
Browse files Browse the repository at this point in the history
  • Loading branch information
petercollingridge committed Mar 17, 2013
1 parent 46e64e0 commit ead4c82
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions exercises/simplifying_rational_expressions_3.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@
</div>

<div class="hints" data-apply="appendContents">
<div>
<p>The original expression has <code>(<var>X</var> + <var>A</var>)</code> in the denominator,
<p>The original expression has <code>(<var>X</var> + <var>A</var>)</code> in the denominator,
so is not defined when <code><var>X</var> = <var>-A</var></code>.</p>
We must therefore include this condition with the simplified expression:</p>
<code><var>Y</var> = \dfrac{<var>FACTOR1</var>}{<var>FACTOR2</var>}; \space
<var>X</var> \neq <var>-A</var></code>
<div>
<p>We must therefore include this condition with the simplified expression:</p>
<code><var>Y</var> = \dfrac{<var>FACTOR1</var>}{<var>FACTOR2</var>}; \space <var>X</var> \neq <var>-A</var></code>
</div>
</div>
</div>
Expand Down Expand Up @@ -148,12 +147,11 @@
</div>

<div class="hints" data-apply="appendContents">
<div>
<p>The original expression has <code>(<var>X</var> + <var>A</var>)</code> in the denominator,
so is not defined when <code><var>X</var> = <var>-A</var></code>.</p>
We must therefore include this condition with the simplified expression:</p>
<code><var>Y</var> = \dfrac{<var>FACTOR1</var>}{<var>FACTOR2</var>}; \space
<var>X</var> \neq <var>-A</var></code>
<div>
<p>We must therefore include this condition with the simplified expression:</p>
<code><var>Y</var> = \dfrac{<var>FACTOR1</var>}{<var>FACTOR2</var>}; \space <var>X</var> \neq <var>-A</var></code>
</div>
</div>
</div>
Expand Down

0 comments on commit ead4c82

Please sign in to comment.