--- title: "Arithmetic Series Quiz" type: "article" slug: "arithmetic-series-quiz" url: "http://localhost/article/arithmetic-series-quiz/" markdown_url: "http://localhost/article/arithmetic-series-quiz.md" published_at: "2020-10-27T17:18:55+00:00" modified_at: "2024-06-23T01:04:46+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "One exercise to sharpen arithmetic skills is to use a series of numbers which require discerning the relationships of the numbers in order to complete the series. The program in Listing 1 will print out an arithmetic series. Your task is to figure out the next two numbers in the series. If you are not…" category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1982" slug: "year-1982" taxonomy: "post_tag" url: "http://localhost/tag/year-1982/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Richard Van Workum" slug: "richard-van-workum" taxonomy: "indiv" url: "http://localhost/indiv/richard-van-workum/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Richard Van Workum" volume: "2" issue: "5" issues_articles: - id: 26645 title: "SYNC v2 n5" type: "issue" url: "http://localhost/issue/sync-v2-n5/" pages: "56" pubdate: "September/October 1982" archive_link: false volumeissue: "v2n5" --- # Arithmetic Series Quiz One exercise to sharpen arithmetic skills is to use a series of numbers which require discerning the relationships of the numbers in order to complete the series. The program in Listing 1 will print out an arithmetic series. Your task is to figure out the next two numbers in the series. If you are not successful in two tries, the answer is given.