Home page for accesible maths D Problem-solving worksheets

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

Week 2: machines

In this set of problems we consider machines. You put real numbers into a machine, and then it will produce some real number. If XX and YY are machines, then XYXY is the machine you obtain by connecting XX to YY in the following way: the number first goes into the machine XX, and then the output from XX goes into YY.

Problem 1

Ping is a simple computing machine. If you put the number xx into ping, then 6x+26x+2 comes out. Pong is another machine. We know that pingpong is a really stupid machine — it does not change the number you put into it.

How does the pong machine work? How does the pongping machine work?

You buy 17 ping machines and 18 pong machines. Then you connect the 35 machines into one single machine in any order that you wish. What will this new machine do?

Problem 2

Let click be the machine such that if the input is xx, then the output is 4x+14x+1. Can you find a machine bib which has the property that bibbib is click? Which machine bub has the property that bubbub doubles the input? Is there only one such machine bub?

Problem 3

You have bought a division machine. In this case you must input two (strictly) positive numbers, though you still receive one output. If you put xx into the first slot of the machine and yy into the second slot of the machine, then the output will be x/yx/y. Can you multiply together two positive numbers using this machine?

Problem 4

You have an average machine, which works as follows: if you put xx and yy into it, it will compute x+y2\frac{x+y}{2}. Prove that using this machine, you can compute

3121024x+7121024y.\frac{312}{1024}x+\frac{712}{1024}y.

Problem 5

Is it possible to construct two machines XX and YY such that XYXY and YXYX work differently?

Is it possible to have two machines XX and YY for which you can input any number such that XYXY is the ‘‘stupid’’ machine (the output is the same number as the input), but YXYX is not the ‘‘stupid’’ machine?

Problem 6

You have a subtraction machine. If you put xx into the first slot of this machine and yy into the second slot of it, then the output will be x-yx-y. You also have a rec machine. If you put zz into it, it will give you 1/z1/z. (If you put zero into rec, it will give you an error message.) Show that you can compute the square of a positive number using these machines.

(Hard!) Show that you can use these two machines to multiply together two numbers.