Problem 1299. How long do each of the stages of the rocket take to burn?
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
-
1 Comment
redlonghead
on 22 Sep 2022
The main problem is the r1 and r2 not being explained but I loved it once I knew what those were supposed to be.
Solution Comments
Show commentsGroup

Teaching IT - Programmierpraxis
- 25 Problems
- 9 Finishers
- Find the Oldest Person in a Room
- Convert from Fahrenheit to Celsius
- Select every other element of a vector
- Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
- Check if number exists in vector
- Generate a vector like 1,2,2,3,3,3,4,4,4,4
- Convert a Cell Array into an Array
- Cell Counting: How Many Draws?
- Doubling elements in a vector
- Symmetry of vector
- Return area of square
- Calculate Amount of Cake Frosting
- Flip the vector from right to left
- Determine the number of odd integers in a vector
- Make an awesome ramp for a tiny motorcycle stuntman
- Cell joiner
- Fix the last element of a cell array
- Oh Zero Zero Zero!!!
- Plot Damped Sinusoid
- frame of the matrix
- Solve a System of Linear Equations
- Replace Nonzero Numbers with 1
- Remove entire row and column in the matrix containing the input values
- Find the maximum number of decimal places in a set of numbers
- subtract central cross
Problem Recent Solvers332
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!