Modeling when an object fails a property #290
Replies: 3 comments 1 reply
-
Benefits of the approach in the sample solution:
|
Beta Was this translation helpful? Give feedback.
-
Personally, I would combine the two in the sample solution and add a numerical counterexample at the end. This would accomplish
I would also remark at the end of the solution that a numerical counterexample is enough to prove that the property fails, but you might need the algebra or lots of guess and check to find such counterexample! |
Beta Was this translation helpful? Give feedback.
-
My students are not really getting the point when they try to do it algebraically, so I make them use the explicit example for the contradiction. It really drives home the do it one way get one answer, do it the other way get a different answer in a concrete way. So I would definitely like to see at least one numerical example in the sample. But I also second including both. |
Beta Was this translation helpful? Give feedback.
-
In AT1 (and similar) CheckIt problems, we suggest demonstrating the failure of a linear transformation by picking simple numbers:
In the sample solution (thanks @siwelwerd!) Drew did more algebra:
What's the community's preference here? My hot take: not only is the algebra making things more difficult than necessary, I don't like statements like
expression \neq other_expression
because expressions can look different while still being equal (but simplified real numbers usually don't).Beta Was this translation helpful? Give feedback.
All reactions