42b
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.
The quotient will be less than the dividend if the divisor is greater than 1. If the divisor is 1, the quotient will equal the dividend. If the divisor is between 0 and 1, the quotient will be greater than the dividend.
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.