-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution to 1.3 Limits-Analytically-(LT3) #481
base: main
Are you sure you want to change the base?
Conversation
🚀 Preview available 🚀https://a0cfe1ac.tbil.pages.dev
|
Reminder @mlamich1 to mark this as "ready for review" if you are done working on this branch |
<task><me>\lim_{x\to-6 } \dfrac{ x^{2} - 6 \, x + 5 }{ x^{2} - 3 \, x - 18 }</me> | ||
<answer> | ||
<p> | ||
<m>\dfrac{77}{36}</m> | ||
</p> | ||
</answer></task> | ||
<task><me>\lim_{x\to-1 } \dfrac{ x^{2} - 1 }{ x^{2} + 3 \, x + 2 }</me> | ||
<answer> | ||
<p> | ||
<m>-2</m> | ||
</p> | ||
</answer></task> | ||
<task><me>\lim_{x\to5 } \dfrac{ x - 5 }{ \sqrt{x + 31} - 6 }</me> | ||
<answer> | ||
<p> | ||
<m>12</m> | ||
</p> | ||
</answer> | ||
</task> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not your mistake, but we have some tasks inside of a statement that need to be fixed to use this structure:
<activity>
<introduction><p>Determine....</p></introduction>
<task>
<statement><p><me>...</me></p></statement>
<answer><p><m>...</m></p></answer>
</task>
<task>
<statement><p><me>...</me></p></statement>
<answer><p><m>...</m></p></answer>
</task>
<task>
<statement><p><me>...</me></p></statement>
<answer><p><m>...</m></p></answer>
</task>
</activity>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can I do then? Or, you have fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be done in your Codespace on the Solution-to-1.3-Limits-Analytically-(LT3)
branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to my suggestions above, there are still several <answer>
s that need to be moved outside of their <statement>
s.
Co-authored-by: Steven Clontz <[email protected]>
Co-authored-by: Steven Clontz <[email protected]>
Co-authored-by: Steven Clontz <[email protected]>
🚀 Preview available 🚀https://3c97e9d2.tbil.pages.dev
|
This branch was made incorrectly (you forgot to branch off of |
No description provided.