randRange( 0, 3 ) ( INDEX === 0 ? randRange( 5, 11 ) * 10 : randRange( 5, 25 ) ) ( INDEX === 0 ? randRange( 10, 59 ) : randRange( 2, 15 ) ) TIME * RATE [ "type", "eat", "hit", "paint" ][ INDEX ] [ "word", "pretzel", "golf ball", "portrait" ][ INDEX ] [ "minute", "hour", "hour", "week" ][ INDEX ] [ AMOUNT + " word essay", "bag of " + AMOUNT + " pretzels", "bucket of " + AMOUNT + " golf balls", AMOUNT + " portraits" ][ INDEX ] [ "latest essay", "bag of pretzels", "bucket of balls at the driving range", "portraits for the art exhibit" ][ INDEX ] [ "essay", "bag", "bucket", "exhibit" ][ INDEX ] $._("rate") $._("time") $._("time in %(TIME_UNIT)s", {TIME_UNIT: AMBIGUOUS_PLURAL(TIME_UNIT)}) $._("amount") $._("number of %(NOUN)s", {NOUN: AMBIGUOUS_PLURAL(NOUN)}) $._("rate in %(NOUN)s per %(TIME_UNIT)s", {NOUN: AMBIGUOUS_PLURAL(NOUN), TIME_UNIT: TIME_UNIT}) $._("%(NOUN)s per %(TIME_UNIT)s", {NOUN: AMBIGUOUS_PLURAL(NOUN), TIME_UNIT: TIME_UNIT})

If person( 1 ) can VERB RATE NOUNs per TIME_UNIT, how many TIME_UNITs will it take him( 1 ) to VERB a PROJECT1?

TIME TIME_UNITs

\text{AMOUNT} = \text{RATE_TEXT} \times \text{TIME_TEXT}

AMOUNT\text{ AMBIGUOUS_PLURAL(NOUN)} = RATE\dfrac{\text{ AMBIGUOUS_PLURAL(NOUN)}}{\text{TIME_UNIT}} \times \text{ TIME_IN_UNITS}

\text{TIME_IN_UNITS} = \dfrac{AMOUNT\text{ AMBIGUOUS_PLURAL(NOUN)}}{RATE\dfrac{\text{AMBIGUOUS_PLURAL(NOUN)}}{\text{TIME_UNIT}}}

\hphantom{\text{TIME_IN_UNITS}} = \dfrac{AMOUNT}{RATE}\text{ AMBIGUOUS_PLURAL(TIME_UNIT)}

\hphantom{\text{TIME_IN_UNITS}} = TIME\text{ AMBIGUOUS_PLURAL(TIME_UNIT)}

If person( 1 ) can VERB RATE NOUNs per TIME_UNIT and it took him( 1 ) TIME TIME_UNITs to VERB his PROJECT2, how many NOUNs did the PROJECT3 have?

If person( 1 ) can VERB RATE NOUNs per TIME_UNIT and it took him( 1 ) TIME TIME_UNITs to VERB her PROJECT2, how many NOUNs did the PROJECT3 have?

AMOUNT NOUNs

\text{AMOUNT_TEXT} = \text{RATE_TEXT} \times \text{TIME_TEXT}

\text{NUMBER_OF_NOUNS} = RATE\dfrac{\text{AMBIGUOUS_PLURAL(NOUN)}}{\text{TIME_UNIT}} \times TIME\text{ AMBIGUOUS_PLURAL(TIME_UNIT)}

\hphantom{\text{NUMBER_OF_NOUNS}} = RATE \times TIME\text{ AMBIGUOUS_PLURAL(NOUN)}

\hphantom{\text{NUMBER_OF_NOUNS}} = AMOUNT\text{ AMBIGUOUS_PLURAL(NOUN)}

If person( 1 ) can VERB a PROJECT1 in TIME TIME_UNITs, how many NOUNs per TIME_UNIT can he VERB?

If person( 1 ) can VERB a PROJECT1 in TIME TIME_UNITs, how many NOUNs per TIME_UNIT can she VERB?

RATE NOUNs per TIME_UNIT

\text{AMOUNT_TEXT} = \text{RATE_TEXT} \times \text{TIME_TEXT}

AMOUNT\text{ AMBIGUOUS_PLURAL(NOUN)} = \text{RATE_IN_NOUNS_PER_TIME} \times TIME\text{ AMBIGUOUS_PLURAL(TIME_UNIT)}

\text{RATE_IN_NOUNS_PER_TIME} = \dfrac{AMOUNT\text{ AMBIGUOUS_PLURAL(NOUN)}}{TIME\text{ AMBIGUOUS_PLURAL(TIME_UNIT)}}

\hphantom{\text{RATE_IN_NOUNS_PER_TIME}} = \dfrac{AMOUNT}{TIME}\text{NOUNS_PER_TIME}

\hphantom{\text{RATE_IN_NOUNS_PER_TIME}} = RATE\text{ NOUNS_PER_TIME}