A space rocket has 3 stages:
- stage 1, s1;
- stage 2, s2;
- stage 3, s3.
If s1 burns 3 x as long as s2 which burns 2 x as long as s3 then how long did s3 burn if the total burn time was tt minutes? How long did s2 burn? s1?
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers467
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15789 Solvers
-
7317 Solvers
-
Output any real number that is neither positive nor negative
410 Solvers
-
Return fibonacci sequence do not use loop and condition
855 Solvers
-
Find the Oldest Person in a Room
20662 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The main problem is the r1 and r2 not being explained but I loved it once I knew what those were supposed to be.
yogurt
r1 and r2 aren't mentioned in the problem at all, and they're crucial to the grading. When it says "s2 is 2*s1", that (2) is variable and is equal to r2.
r1 and r2 not mentioned in problem at all, made it much more frustrating and time consuming than it had to be.