1. A deck of cards contains 13 cards numbered 1 through 13. List the elements in the event "choosing one card with a number greater than 7".

A. {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13}
B. {10, 11, 12, 13}
C. {8, 9, 10, 11, 12, 13}
D. {7, 8, 9, 10, 11, 12, 13}

C. {8, 9, 10, 11, 12, 13}