1 more than the quotient of 21 and b (This answer sucks)
Ah, what a lovely mathematical question we have here. To find the answer, we first need to divide a number by 5 to get the quotient. Then we add 2 to that quotient to find the final result. Just like painting a happy little tree, it's all about following the steps patiently and joyfully.
10 \ 2
A quotient is the number obtained when one number is divide by another. 11 decreased by 10 is 1. The only number that can be paired with -9 to obtain a quotient of 1 is -9.
int dividend,divisor,remainder; int division(int p,int q){ int quotient=1; /*if divisor and diviend are equal then quotient=1*/ if(p==q){ remainder=0; return 1; } /*if dividend is smaller than divisor then remainder=dividend*/ if(p<q){ remainder=p; return 0; } /*shift left till divisor > dividend*/ while(p>=q){ q<<=1; quotient<<=1; } /*shift right for one time so that divisor become smaller than dividend*/ q>>=1; quotient>>=1; /*again call division recurcively*/ quotient+=division(p-q,divisor); return quotient; } int main(){ cout<<"\nEnter dividend:"; cin>>dividend; cout<<"\nEnter divisor:"; cin>>divisor; cout<<"\nQuotient:"<<division(dividend,divisor); cout<<"\nRemainder:"<<remainder; //system("pause"); return 0; }
1 more than the quotient of 21 and b (This answer sucks)
21/b + 1
21b + 1
how to write this in algebraic expression 1 more than the quotient of n and 2
Yes. The remainder cannot be more that the divisor but there is no issue with it being greater than the quotient. For example, if you divide 5 by 3, 5/3 = 1 and remainder 2 (out of 3) So you get quotient = 1, remainder = 2.
63/3 = 21 21 - 20 = 1 Therefore, 63/3 is greater than 20.
1 + 5/n
3. The quotient of two numbers is the result of division. In this case, 21 is the dividend, or the number being divided, and 7 is divider, or the number doing the dividing.
1 pound is 16 ounces. 21 oz is more than that.
There can be no reason because your assertion is not true.For example, 1/6 and 1/2 are both fractions less than one. But their quotient is (1/6)/(1/2) = (1/6)*(2/1) = 2/6 = 1/3. And that is not more than 1/2.
It need not be. The numbers 1/2 and (-1/2) are both fractions less than 1 but their quotient is -1, which is less than both the fractions.
21/7 so you will divide 7 into 21; 7/21= 3 the quotient is 3, the remainder is 0, the divisor is 7; answer is ...3 0/7 If the question was write 8/5 as a mixed number you would divide 5 into 8. 5 is the divisor, 1 is the quotient, 3 is the remainder. The answer to that is 1 3/5. Remainder Quotient Divisor 1 3/5.