I have to choose a variable and write inequality

For less than or equal to I'm using these keys <|
Cuz I don't Jon how to show when I type

1. A van can hold a maximum of 8 passengers
I wrote V <| 8
V is less than or equal to 8

2. To apply for a job you need to type at least 80 words a minute
I wrote.
t <| 80
T is less than or equal to 80

Are these right?

1 answer

most folks use <= or >=, not <| or >|

#1 is correct,
#2 should be t >= 80 where t = typing speed

"at least" means "greater than or equal to". It's a minimum value.

"at most" gives a maximum value, as in #1 above.
Similar Questions
  1. HELP!!!Translate to an inequality. Use the variable x. The price of an amusement park ticket is greater than or equal to $12.
    1. answers icon 1 answer
  2. Translation to an inequality.use the variable x. The price of an amusement park ticket is greater than or equal to $33 The
    1. answers icon 1 answer
  3. QuestionTen less than twice a number is equal to at least 52. What are all the possible values of the number? Write an
    1. answers icon 3 answers
    1. answers icon 1 answer
more similar questions