Finding Number of Rectangle

Logic Level 2

Number of rectangle possible in the below mentioned grid?

30 140 60 150

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Nagendra Vanam
Feb 5, 2018

To find number of rectangle Select any two lines from horizontal lines and two lines from verticle lines The selected lines will always forms a rectangle - This can be done in 5c2 6c2(as their were 5 horizontal and 6 vertical lines . selection of two things from n things can be done in nc2 ways) 5c2 6c2=10*15=150

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...