- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Reena climbs up five stairs every second and than climb down two stairs over the next second .how many seconds will she take to climb 60 stairs?
Given: Reena climbs up $5$ stairs every second and then climbs down $2$ stairs over the next second.
To do: To find the time taken to climb in $60$ seconds.
Solution:
$\Rightarrow$ Reena climbs $( 5-2)$ stairs in total after $( 1+1)$ seconds
$\Rightarrow$ Reena climbs $3$ stairs in total after $2$ seconds
$\Rightarrow$ Time to climb $3$ stairs$=\frac{2}{3}$ seconds
$\Rightarrow$ Time taken to climb $60$ stairs$=\frac{2}{3}\times60=40$ seconds
But, when she climbs the last 5 stairs then she will reach the $60$ stairs already so she will not have to climb down the next second so, as a result saving one second of climbing.
$\Rightarrow$ Time taken by Reena to climb 60 stairs$=40-1=39$ seconds
- Related Articles
- An insect crawls up 5 cm every second on a 60 cm vertical rod and then falls down 2 cm over the next second. How many seconds will it take to climb the rod?
- An insect crawls up $5\ cm$ every second on a $60\ cm$ vertical rod and falls down $2\ cm$ over the next seconds. How many seconds will it take to climb the rod?
- Program to find how many ways we can climb stairs in Python
- Program to find how many ways we can climb stairs (maximum steps at most k times) in Python
- Program to find to get minimum cost to climb at the top of stairs in Python?
- Climbing Stairs in C++
- Min Cost Climbing Stairs in Python
- How to implement backtracking for a climbing stairs practice in JavaScript?
- Program to find number of ways we can reach to the next floor using stairs in Python
- Ways to paint stairs with two colors such that two adjacent are not yellow in C++
- A girl of mass $40\ kg$ climbs a rope $6\ m$ long at constant speed in $15\ seconds$. What power she expands during the climb?
- A man weighing 500 N carried a load of 100 N up a flight of stairs 4 m high in 5 seconds. What is the power?
- A man whose mass is $50\ kg$ climbs up $30$ steps of a stair in $30\ s$. If each step is $20\ cm$ high, calculate the power used in climbing the stairs. [Take $g=10\ ms^{-2}$]
- If two pipes function simultaneously, a reservoir will be filled in 12 hours. One pipe fills the reservoir 10 hours faster than the other. How many hours will the second pipe take to fill the reservoir?
- Three Bells toll at intervals of 60 second 20 seconds and 24 seconds respectively if they all toll together at 8 a.m. when will they all toll together again

Advertisements