Chat with our AI personalities
63
56/x
The number of odd numbers between 38 and n = int[abs(n - 38)/2]
1. let n = the odd integer then n + 2 must be the next odd integer 2. n + (n + 2) = 56 3. 2n + 2 = 56 4. 2n = 54 5. n = 27 6. 27 + 2 = 29 is the next odd integer
To find the number of sides on a polygon with a sum of interior angles of 6840 degrees, we can use the formula: (n-2) * 180 = 6840, where n represents the number of sides. Solving for n, we get n = (6840 / 180) + 2 = 38. Therefore, the polygon has 38 sides.