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 Solvers562
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15817 Solvers
-
3095 Solvers
-
422 Solvers
-
1071 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1284 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.