If n is an integer from 1 to 96, what is the probability for n*(n+1)*(n+2) being divisible by 8?
Either n is even i.e. 48 values Or n+1 is multiple of 8 i.e. 12 values....so total favorable cases for values of n are 48 + 12 = 60. Thus the required probability is = 60/96 = 5/8
can anybody explain why the no. of diagonals formed in a decagon is--> 10c2-10 ?p.s.- explanation for the "-10" needed
Diagonal is a line segment formed by joining two non-adjacent vertices of a polygon. In a decagon, there are 10 vertices and total number of line segments formed by joining any two of the vertices is = C(10, 2). And in these lines, included are the 10 sides of the decagon which are not diagonal. So total number of diagonals is = C(10, 2) - 10.
Alternatively, you can count as every vertex is used in 10 - 3 = 7 diagonals as it is not to be joined with itself and its two adjacent vertices. So total number of diagonals is = 10(10 - 3)/2. :)
one from my side: Find the largest number which cannot be written as 3x + 5y + 7z where x, y, z are non-negative integers.one more on similar lines: Find the largest number which cannot be written as 13x + 5y + 17z where x, y, z are non-negative integers.Team BV - Kamal Lohia
"And in these lines, included are the 10 sides of the decagon which are not diagonal."i am not able to understand this line.@bodhi_vriksha u may take another example to explain this
C(10, 2) means all lines formed by joining any two vertices at a time. Isn't it?
Now the sides of the decagon are also such lines only which are formed by joining two vertices at a time. But they are not "diagonals". Right.