Using your knowledge of working with a variable, make a game of “Think of a number” with at least 5 operations to the secret number. In the end you must guess the number. Use x for the secret number showing operations in words and numerical form. Verify that your game works for all numbers , Show by applying the steps to any one number. mark you brilliant
Answers
Answered by
0
Given : Think of a number
To find : Make a fun game to find secret number
Solution:
Think of any 2 digit numbers not having 0
Step 1 : Reverse the number
Step 2 : Add number & reverse number
Step 3 : Divide the number by 11
Step 4 : : From number obtained now Subtract the 2nd digit from number
Step 5 : : From number obtained in step 3 Subtract the 1st digit from number
Digits in number 4 & 5 will form the secret number
Example
Number = 34
Reverse of number = 43
Addition = 34 + 43 = 77
Divide by 11 = 7
7 - 4 = 3
7 - 3 = 4
34 is the number
Learn more:
what is a secret number between 0 and 999999 - Brainly.in
https://brainly.in/question/12186774
Similar questions