function radio_check() { if(eval(document.forms[0].elements[0].value) == 44 ) { alert("Correct."); self.parent.top.location="../../workingfront/numberfront.html"; } else { alert("Wrong."); } return false; }

Each click of a knob changes the radio's setting by the number of the knob's function. For example, each time the left knob is clicked, 3 is added to the radio's setting. Let's say the radio is set on 16. We move the left knob 1 click, the middle knob 2 clicks, and the right knob 2 clicks.

16 + 3 = 19
19 - 8 - 8 = 3
3 x 4 x 4 = 48

The radio's setting is now at 48.

What would the new setting be if it started at 20, then the left knob was turned 5 clicks, the middle knob 3 clicks and the right knob1 click?

Number Theory

Copyright 2020 Tower 23