s = score
c = cost
s >= 600
c >= 5000
In the absence of any other qualifiers, any pair (s,c) such as (650,8623) satisfies the conditions.
to qualify for a certain car loan, a customer must have a credit score of at least 600. in addition, the cost of the car must be at least $5000. define variables, write a system of ineaqualities to represent this situation, and name one possible solution.
2 answers
i dont kmnow