Each of the three numbers may be written as \(14p+a\), where p is an integer and a is the remainder we’re looking for. They’d look like this:
\(775 = (14p + a)\)
\(778 = (14q + b)\)
\(781 = (14r + c)\)
Example #1:Now, lets multiple two of them and identify the remainder of that product.
\(775 * 778\)
\(= (14p + a)(14q + b)\)
\(= 14^2pq + 14qa + 14pb + ab\)
\(= 14 (14pq + qa + pb) + ab\)
All but one term are divisible by 14. So the remainder of that product (775*778) divided by 14 is the remainder of the product of their remainders (ab) divided by 14 only. Here, the remainder of 775/14 is 5 and the remainder of 778/14 is 8. Their product (ab) = 5*8 = 40. The remainder of 40/14 is 12. So the remainder of 775*778/14 is the same, 12.
Example #2:Similarly,
\(775 * 778 * 781\)
\(= (14p + a)(14q +b)(14r + c)\)
\(= 14 (14^2pqr + 14pqc + 14pbr + 14aqr + pbc + aqc + abr) + abc\)
Again all but one term are divisible by 14. In other words, it's the remainder of that product of the numbers/14 is the remainder of abc/14, only.
General rule:
The remainder of the product of three large numbers divided by \(x\) is the remainder of the product of their remainders divided by \(x\). Answer to the OP:The following are easy to determine:
The remainder of 775/14 is
5The remainder of 778/14 is
8The remainder of 781/14 is
11Finally, the remainder of (775 * 778 * 781)/14 is simply the remainder of the product of their remainders divided by 14:
\(abc / 14\)
\(= (5 * 8 * 11)/14\)
\(= 440/14\)
\(= 31 + 6/14\)
The remainder is thus 6, which corresponds to A.