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

{
    "url": "https://numbas.mathcentre.ac.uk/api/questions/11777/?format=api",
    "name": "When is a sequence within d of its limit?",
    "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/11777/when-is-a-sequence-within-d-of-its-limit/?format=api",
    "preview": "https://numbas.mathcentre.ac.uk/question/11777/when-is-a-sequence-within-d-of-its-limit/preview/?format=api",
    "download": "https://numbas.mathcentre.ac.uk/question/11777/when-is-a-sequence-within-d-of-its-limit.zip?format=api",
    "source": "https://numbas.mathcentre.ac.uk/question/11777/when-is-a-sequence-within-d-of-its-limit.exam?format=api",
    "metadata": {
        "notes": "<p><strong>4/07/2012:</strong></p>\n        <p>Checked calculations.</p>\n        <p>Small changes to Advice display.</p>\n        <p>Left inequalities as $\\lt$.</p>\n        <p><strong>21/07/2012:</strong></p>\n        <p>Added description.</p>\n        <p>Added function chcop(a, b) to create coprime pairs - better display of solution.</p>\n        <p>This finds an integer coprime to a in the range 1..20. b is set to a random value in the range.</p>\n        <p>Changed definition of variables a, b, c, d.</p>\n        <p>&nbsp;<strong>27/7/2012:</strong></p>\n        <p>Added tags.</p>\n        <p>Question appears to be working correctly.</p>\n        <p><strong>24/12/2012:</strong></p>\n        <p>Changed $\\lt$ to $\\le$ and $\\gt$ t $\\ge$ throughout in order to be consistent with question 2 in this assignment. Added query tag to check on this.</p>\n        <p>Checked calculations, OK. Added tested1 tag.</p>\n        <p>Added more information about the function chcop. Added udf tag.</p>\n        <p>&nbsp;</p>",
        "licence": "Creative Commons Attribution 4.0 International",
        "description": "<p>$x_n=\\frac{an+b}{cn+d}$.&nbsp;Find the least integer $N$ such that $\\left|x_n -\\frac{a}{c}\\right| \\le 10 ^{-r},\\;n\\geq N$, $2\\leq r \\leq 6$.</p>"
    },
    "status": "ok",
    "resources": []
}