what number should -1 7/8 be divided so that the quotient is - 2/9 and remainder is 3/16.
Answers
Answered by
1
Answer:
we know that the division algorithm
Dividend=Divisor×Quotient+Remainder
Here Divisor=9,Quotient=12,Remainder=7
The number will be
=9×12+7
=108+7
=115
Answered by
0
Answer:
you should verify the answer
Expressions used in program to calculate quotient and remainder: quotient = dividend / divisor; remainder = dividend % divisor; Note: The program will throw an ArithmeticException: / by zero when divided by 0.
Please mark me as brainliest
Similar questions