GET /api/questions/11772/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/11772/?format=api",
    "name": "Find limit of a sequence",
    "published": true,
    "project": "https://numbas.mathcentre.ac.uk/api/projects/601/?format=api",
    "author": {
        "url": "https://numbas.mathcentre.ac.uk/api/users/697/?format=api",
        "profile": "https://numbas.mathcentre.ac.uk/accounts/profile/697/?format=api",
        "full_name": "Newcastle University Mathematics and Statistics",
        "pk": 697,
        "avatar": {
            "20x20": "https://numbas.mathcentre.ac.uk/media/avatars/UnivNcle-shield_mKn5GZP.20x20.png",
            "40x40": "https://numbas.mathcentre.ac.uk/media/avatars/UnivNcle-shield_mKn5GZP.40x40.png",
            "150x150": "https://numbas.mathcentre.ac.uk/media/avatars/UnivNcle-shield_mKn5GZP.150x150.png"
        }
    },
    "edit": "https://numbas.mathcentre.ac.uk/question/11772/find-limit-of-a-sequence/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/11772/find-limit-of-a-sequence/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/11772/find-limit-of-a-sequence.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/11772/find-limit-of-a-sequence.exam?format=api",
    "metadata": {
        "notes": "<p><strong>4/07/2012:</strong></p>\n        <p><strong><br /></strong>Changed inequality sign in prompt from $\\lt$ to $\\leq$ and as a consequence changed them in the Advice. Answer remains the same.</p>\n        <p><strong>21/07/2012:</strong></p>\n        <p>Added description.</p>\n        <p>Needs better tags to describe second part.</p>\n        <p>Also need to redefine the variables so that a and b &nbsp;and a and c are coprime - results in a better and less clumsy Advice solution. This is the \"changes needed\" tag. Issue raised as having defined a new function chcop using the gcd function, the editor did not register it in the variables list - although the question compiled and ran.</p>\n        <p>(Contd.) The variables a,b,c,d have been redefined. Also noticed that the MCQ had two correct answers on rare occasions. This has been corrected.</p>\n        <p>Got rid of the changes needed tag.</p>\n        <p><strong>27/7/2012:</strong></p>\n        <p>Added tags.</p>\n        <p><strong>24/12/2012:</strong></p>\n        <p>Checked calculation, OK. Added tested1 tag.</p>",
        "licence": "Creative Commons Attribution 4.0 International",
        "description": "<p>Let $x_n=\\frac{an+b}{cn+d},\\;\\;n=1,\\;2\\ldots$. Find &nbsp;$\\lim_{x \\to\\infty} x_n=L$ and find least $N$ such that $|x_n-L| \\le 10^{-r},\\;n \\geq N,\\;r \\in \\{2,\\;3,\\;4\\}$.</p>"
    },
    "status": null,
    "resources": []
}