Others Maths Puzzle Numerical Ability Number System

(1-1/(3^2))(1-1/(4^2))(1-1/(5^2)).............(1-1/(2015^2))=x/2015. what is the value of x?

Read Solution (Total 3)

Others Other Question

If the distance between A to B is 'a' and B to C is 'b'. At any case distance between A to C same for all by interchanging A,B and C.Give the standard equation for this? #include
void main()
{
int arr[] = {10,20,30,40,50};
int *ptr = arr;
printf("n %dt%dt",*++ptr,*ptr);
}

OUTPUT ??