You are adding 6 to each number. (N-1)+6, I guess
Find total number of integers.

Find how many integers is divisible by 2.

Eliminate even numbers.
11, 13, 15,..., 57, 59
This array contains 51 - 26 = 25 numbers.
Eliminate numbers before the first number divisible by 3 and after the last number divisible by 3.
15, 17, 19,..., 55, 57
This array contains 25 - 3 = 22 numbers.
Now we should eliminate numbers divisible by 3: 15, 21, 27...

There are 8 such numbers.
Therefore, there are 25 - 8 = 17 numbers that <span>can be evenly divided by neither 2 nor 3</span>
2345
2156
-------
0189
189 marbles left
Answer:
x = 8, y = 27
Step-by-step explanation:
Since both opposite lines are equal in length to each other, these opposite lines are parallel to each other. The top line is parallel and same length as the bottom line and the left and right lines are also parallel and equal in length.
Based on that, the two left side angles must equal 180 and the right side two angles must equal 180.
(2y + 24) + (3y + 21) = 180
That's the same as 2y + 24 + 3y + 21 = 180
Simplify to 5y + 45 = 180
Subtract 45 from both sides
5y = 135
y = 27
(16x - 26) + (9x + 6) = 180
16x - 26 + 9x + 6 = 180
25x - 20 = 180
25x = 200
x = 8