1 .\" Copyright (c) 1989, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" This code is derived from software contributed to Berkeley by
5 .\" Eamonn McManus of Trinity College Dublin.
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\" notice, this list of conditions and the following disclaimer in the
14 .\" documentation and/or other materials provided with the distribution.
15 .\" 3. Neither the name of the University nor the names of its contributors
16 .\" may be used to endorse or promote products derived from this software
17 .\" without specific prior written permission.
19 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 .\" @(#)arithmetic.6 8.1 (Berkeley) 5/31/93
32 .\" $FreeBSD: src/games/arithmetic/arithmetic.6,v 1.3 1999/08/27 23:28:52 peter Exp $
33 .\" $DragonFly: src/games/arithmetic/arithmetic.6,v 1.4 2007/10/20 17:56:46 swildner Exp $
40 .Nd quiz on simple arithmetic
47 asks you to solve problems in simple arithmetic.
48 Each question must be answered correctly before going on to the next.
49 After every 20 problems, it prints the score so far and the time taken.
50 You can quit at any time by typing the interrupt or end-of-file character.
52 The options are as follows:
53 .Bl -tag -width ".Fl r Ar range"
57 asks questions on addition of numbers from 0 to 10, and corresponding
59 By supplying one or more of the characters
61 you can ask for problems in addition, subtraction, multiplication, and
62 division, respectively.
63 If you give one of these characters more than once, that kind of problem
64 will be asked correspondingly more often.
70 selects the numbers in its problems in the following way.
71 For addition and multiplication, the numbers to be added or multiplied
75 For subtraction and division, both the required result and the number to
76 divide by or subtract will be between 0 and
80 will not ask you to divide by 0.) The default
85 When you get a problem wrong,
87 will remember the numbers involved, and will tend to select those numbers
88 more often than others, in problems of the same sort.
89 Eventually it will forgive and forget.
92 cannot be persuaded to tell you the right answer.
93 You must work it out for yourself.
97 if you get a question wrong.
100 .It "Please type a number."
103 doesn't understand what you typed.