Let { (1,5), (1,2), (3,4) } be three training observations belonging to class A, and let { (3,1), (5,3) } be two training observations belonging to class B. Predict the class of new observation X = (3,3) using the k-nearest neighbor classifier with k = 3 (and Euclidean distance).