Ask Question
5 April, 01:38

Write an expression that evaluates to true if the int associated with number_of_prizes is divisible (with no remainder) by the int associated with number_of_participants. assume that the latter is not zero.

+5
Answers (1)
  1. 5 April, 02:08
    0
    We need to find the expression for " number_of_prizes is divisible number_of_participants". Also there should not remain any remainder left. On in order words, we can say the reaminder we get after division is 0.

    Let us assume number of Prizes are = p and

    Number of participants = n.

    If we divide number of Prizes by number of participants and there will be not remainder then there would be some quotient remaining and that quotent would be a whole number.

    Let us assume that quotent is taken by q.

    So, we can setup an expression now.

    Let us rephrase the statement.

    " Number of Prizes : Number of participants = quotient".

    p : n = q.

    In fraction form we can write

    p/n = q; n ≠ 0.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write an expression that evaluates to true if the int associated with number_of_prizes is divisible (with no remainder) by the int ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers