Weekly Contest #59

(Ended)

Standings

Q1.

Distinct points $A$$B$$C$, and $D$ lie on a line, with $AB=BC=CD=1$. Points $E$ and $F$ lie on a second line, parallel to the first, with $EF=1$. A triangle with positive area has three of the six points as its vertices. How many possible values are there for the area of the triangle?

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Geometry

Q2.

Triangle $ABC$ has vertices $A = (3,0)$$B = (0,3)$, and $C$, where $C$ is on the line $x + y = 7$. What is the area of $\triangle ABC$?

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Geometry Probability

Q3.

Each morning of her five-day workweek, Jane bought either a $50$-cent muffin or a $75$-cent bagel. Her total cost for the week was a whole number of dollars. How many bagels did she buy?

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Probability

Q4.

By inserting parentheses, it is possible to give the expression

\[2\times3 + 4\times5\]

several values. How many different values can be obtained?

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Probability