
PUMPA - SMART LEARNING
எங்கள் ஆசிரியர்களுடன் 1-ஆன்-1 ஆலோசனை நேரத்தைப் பெறுங்கள். டாப்பர் ஆவதற்கு நாங்கள் பயிற்சி அளிப்போம்
Book Free DemoDivision:
Let's learn, how to deal with the division of more than 2 numbers, a,b,c are three numbers, (a/b)/c should be evaluated as a/(b×c).
Example:
Let a,b,c,d are four numbers, and (a/b)/(c/d) should be evaluated as (a×d)/(b×c).
Example:
Similar to multiplication, when more than 2 numbers are involved, depending upon the number of negative numbers involved, the sign of the answer varies.
Number of negative integers in division | Sign of the result |
Even | (+) |
Odd | ( - ) |
Example: