sophiaa23
sophiaa23
18.01.2020 • 
Mathematics

Matt is a software engineer writing a script involving 6 tasks. each must be done one after the other. let ti be the time for the ith task. these times have a certain structure:

•any 3 adjacent tasks will take half as long as the next two tasks.

•the second task takes 1 second.

•the fourth task takes 10 seconds.

a) write an augmented matrix for the system of equations describing the length of each task.

b) reduce this augmented matrix to reduced echelon form.

c) suppose he knows additionally that the sixth task takes 20 seconds and the first three tasks will run in 50 seconds. write the extra rows that you would add to your answer in b) to take account of this new information.

d) solve the system of equations in c).

Solved
Show answers

Ask an AI advisor a question