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

Commit

Permalink
Make Fraction Word Problems less ambiguous
Browse files Browse the repository at this point in the history
Reviewers: eater

Reviewed By: eater

Differential Revision: http://phabricator.khanacademy.org/D9457
  • Loading branch information
petercollingridge committed Jun 3, 2014
1 parent bfd2d72 commit 6da1f79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exercises/fraction_word_problems_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</p>
<p class="question">
If <var>person( 1 )</var> ate <code>\dfrac{<var>A</var>}{<var>TOTAL</var>}</code> of the <var>pizza( 1 )</var>,
what fraction of the <var>pizza( 1 )</var> was eaten?
what fraction of the <var>pizza( 1 )</var> was eaten in total?
</p>
<p class="solution" data-simplify="optional" data-type="rational"><var>(A + B) / TOTAL</var></p>
<div class="hints">
Expand Down Expand Up @@ -150,7 +150,8 @@
</p>
<p class="question">
If <var>person( 1 )</var> ate <code>\dfrac{<var>A</var>}{<var>TOTAL</var>}</code> of the <var>pizza( 1 )</var>,
what fraction of the <var>pizza( 1 )</var> is remaining?
what fraction of the <var>pizza( 1 )</var> remained after <var>person( 1 )</var> and <var>person( 2 )</var>
had eaten?
</p>
<p class="solution" data-simplify="optional" data-type="rational"><var>LEFT / TOTAL</var></p>
<div class="hints">
Expand Down

0 comments on commit 6da1f79

Please sign in to comment.