Answer:
45/28
Step-by-step explanation:
Convert them to mixed fractions
(2 * 4 + 1) / 4 ÷ (1 * 5 + 2) / 5
8 + 1 / 4 ÷ 5 + 2 / 5
9/4 ÷ 7/5
Flip the second fraction and flip the sign - to multiply.
9/4 × 5/7
9 × 5 = 45
4 × 7 = 28
45/28
This could be left as a fraction or converted to a number:
1.60714285714
Answer:
Thank you for your service. its appreciated
Answer:
The minimum number of assignment statements needed is 5
Step-by-step explanation:
To write the algorithm, we apply the strategy of interchanging the values of variables in the assignment statements.
Assume "tmp" is the new variable, let assign tmp to w
The algorithm is:
Procedure exchange (w,x,y,z: integers)
tmp := w
w := x
x := y
y := z
z := tmp
return (w,x,y,z)
end
From the algorithm, it is obvious that there will be a minimum of 5 assignment statements needed.
Answer:
176
Step-by-step explanation:
88 * 2 = 176