Question 219695
You are correct. Good job.



Note: to type "less than or equal to", just type <= 


So x<=2 means less than or equal to 2. The same can be done for "greater than or equal to by flipping the sign to get >=. So x>=2 means greater than or equal to 2.