If a flagstaff subtends equal angles at 4
points A, B, C and D on the horizontal
plane through the foot of the flagstaff,
then A, B, C and D must be the
vertices of
(1) Square
(2) Cyclic quadrilateral
(3) Rectangle
(4) Parallelogram
A grasshopper can jump a maximum
horizontal distance of 40 cm. If it
spends negligible time on the ground
then in this case its speed along the
horizontal road will be?
If a^→ , b^→ , c^→ are mutually perpendicular
vectors of equal magnitudes, show that
the vector a^→ + b^→ + c^→ is equally inclined
to a^→ , b^→ and c^→ .
Let a^→ = i^∧ + 4j^∧ + 2k^∧ , b^→ = 3i^∧ − 2j^∧ + 7k^∧
and c^→ = 2i^∧ − j^∧ + 4k^∧ . Find a vector d^→
which is perpendicular to both a^→ and b^→ ,
and c^→ ∙ d^→ = 15.
In a toll-booth at a bridge , some cars can pass by paying a tax of Rs. 10 and
some special vehicles are exempted from paying tax. The booth has to track
number of vehicles and total tax collected. Define a class ′tollbooth′. It should contain
two data items of type int to hold the number of cars and total tax connected.
A constructor initalizes these two variable to zero. A memberfunction freecar() only
increments the car total. Finally another memberfunction show() displays the
two totals.
Write a C++ program such that the user has to press the key ′T′ for
printing number of taxable cars and total tax, ′F′ for printing number of free
cars and ′Esc′ to exit.
A straigth conductor of length
L is charged with q charge. What
will be the electric field in the
equatorial line at a distance d ?
Ans: ((2q)/(4Πε_0 d(√(L^2 +4d^2 ))))
Light version of Q#13724
Expansion of 100! has 24, 0′s at the end.
Find the first non-zero digit from right.
100!=.....d000...00
What is the value of d?