Answer:
2/3
Step-by-step explanation:
The answer is C, Region A.
The set of two-digit primes is {11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97}
Of that list, the following primes are mirror images of each other
13 and 31
17 and 71
37 and 73
79 and 97
Note: we ignore 11 since 11 flips to 11 which is not distinct from its original
If you're looking for the largest prime of this form, then its 97
If you're looking for the largest gap, then subtract each pair
31-13 = 18
71-17 = 54
73-37 = 36
97-79 = 18
We see that 71 and 17 have the largest gap
Answer:
see below
Step-by-step explanation:
The steps are +2 then *4 then -8 then ÷2
Input is 5
5 +2 =7 *4 = 28-8 = 20 ÷2 = 10 Output is 10
Input is 9
9 +2 =11 *4 = 44-8 = 36 ÷2 = 18 Output is 18
Input is 14
14 +2 =16 *4 = 64-8 = 56 ÷2 = 28 Output is 28
Input is 18
18 +2 =20 *4 = 80-8 = 72 ÷2 = 36 Output is 36
Input is 23
23 +2 =25 *4 = 100-8 = 92 ÷2 = 46 Output is 46
Input is 7.5
7.5 +2 =9.5 *4 = 38-8 = 30 ÷2 = 20 Output is 20
Input is 11.54
11.54 +2 =13.54 *4 = 54.16-8 = 46.16 ÷2 = 23.08 Output is 23.08