Given two sets $A = \{apple, banana, cherry\}$ and $B = \{red, yellow\}$, find the Cartesian product $A \times B$.
2025/6/4
1. Problem Description
Given two sets and , find the Cartesian product .
2. Solution Steps
The Cartesian product is the set of all ordered pairs where and .