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 Solvers466
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15786 Solvers
-
Maximum running product for a string of numbers
2254 Solvers
-
Determine the number of odd integers in a vector
828 Solvers
-
Calculate the average value of the elements in the array
1766 Solvers
-
2572 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.