HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>In the divisibility method, we have to check 43 with different numbers whether 43 is divisible by those numbers or not. The rule is, if 43 is divisible by any number that falls between 2 and the<a>square</a>root of 43 itself, it is composite, or else it is prime. </p>
1 <p>In the divisibility method, we have to check 43 with different numbers whether 43 is divisible by those numbers or not. The rule is, if 43 is divisible by any number that falls between 2 and the<a>square</a>root of 43 itself, it is composite, or else it is prime. </p>
2 <p>Testing the same in case of 43:</p>
2 <p>Testing the same in case of 43:</p>
3 <p><strong>Step 1:</strong>Checking divisibility by 2</p>
3 <p><strong>Step 1:</strong>Checking divisibility by 2</p>
4 <p>Any<a>even number</a>is divisible by 2. 43 is not an even number, so it is not divisible by 2.</p>
4 <p>Any<a>even number</a>is divisible by 2. 43 is not an even number, so it is not divisible by 2.</p>
5 <p><strong>Step 2:</strong>Checking divisibility by 3.</p>
5 <p><strong>Step 2:</strong>Checking divisibility by 3.</p>
6 <p>Any number is divisible by 3 if the<a>sum</a>of the digits is divisible by 3. </p>
6 <p>Any number is divisible by 3 if the<a>sum</a>of the digits is divisible by 3. </p>
7 <p>4+3=7, which is not divisible by 3, so, 43 is also not divisible by 3.</p>
7 <p>4+3=7, which is not divisible by 3, so, 43 is also not divisible by 3.</p>
8 <p><strong>Step 3:</strong>Checking divisibility by 4.</p>
8 <p><strong>Step 3:</strong>Checking divisibility by 4.</p>
9 <p>Any number is divisible by 4 if its last two digits are divisible by 4. 43’s last two digits are 43 itself, and it is not divisible by 4.</p>
9 <p>Any number is divisible by 4 if its last two digits are divisible by 4. 43’s last two digits are 43 itself, and it is not divisible by 4.</p>
10 <p><strong>Step 4:</strong>Checking divisibility by 5.</p>
10 <p><strong>Step 4:</strong>Checking divisibility by 5.</p>
11 <p>Any number is divisible by 5 if its last digit is either 0 or 5. 43’s last digit is 3, hence, 43 is not divisible by 5.</p>
11 <p>Any number is divisible by 5 if its last digit is either 0 or 5. 43’s last digit is 3, hence, 43 is not divisible by 5.</p>
12 <p><strong>Step 5:</strong>Check divisibility by 6.</p>
12 <p><strong>Step 5:</strong>Check divisibility by 6.</p>
13 <p>Any number is divisible by 6, if and only if it is divisible by 2 and 3 both. 43 is neither divisible by 2 nor by 3, as we checked above.</p>
13 <p>Any number is divisible by 6, if and only if it is divisible by 2 and 3 both. 43 is neither divisible by 2 nor by 3, as we checked above.</p>
14 <p>Also, the square root of 43 is<a>less than</a>7, so no need to check divisibility<a>greater than</a>6.</p>
14 <p>Also, the square root of 43 is<a>less than</a>7, so no need to check divisibility<a>greater than</a>6.</p>
15 <p>We can conclude that 43 is a prime number and 43 is not divisible by numbers other than 1 and 43. </p>
15 <p>We can conclude that 43 is a prime number and 43 is not divisible by numbers other than 1 and 43. </p>
16  
16