edited by
994 views
3 votes
3 votes
Number of ways in which the corner of the square can coloured with two colours.

It is permissible to use single colour on all four corners?
edited by

1 Answer

0 votes
0 votes

Case 1: Single colour use is permissible

In this case, you can visualize all corner as a 4 bit number arranged XXXX where each can be either 0 or 1. So you can have 2*2*2*2, total 16 possible ways.

Case 2: Both colour should be used

In this case just minus those two possible combination from total 16 combination where are colour of same type.

You will get 16 minus 2=14.

Let me know answer if you have.

Related questions

2 votes
2 votes
3 answers
1
Surya Dhanraj asked Oct 13, 2017
1,329 views
Given a 4 *4 grid points , how many Triangles with vertices on the grid can be formed?
5 votes
5 votes
2 answers
3
Surya Dhanraj asked Oct 10, 2017
467 views
How many number must be chosen from site {1 2 3 4 5 6 7 8 }such that at least two of them must have sum equal to 9?A.28B.9C.5D.10
2 votes
2 votes
1 answer
4
Pooja Palod asked Oct 4, 2015
351 views
1)How many 4 digit no are there with 6 appearing exactly once?2)How many integers in set{,2,3, -1,00,000} contains exactlu one 3 one 4 one 5 in their decimal representati...