What are the units of x in each of the following equations?
a) x = 5 (ft) + 10 (ft)
b) x = 1 (yd) * 2 (yd) * 3 (yd)
c) x= 50 (rni) / 2 (hr)
d) x = 10 (mi) * 1/10 (1 /hr)
e) x = 20 (gal / min) * 10 (min)
a) x = 5 (ft) + 10 (ft) = 15 ft
b) x = 1 (yd) * 2 (yd) * 3 (yd) = 6 yd3
c) x= 50 (rni) / 2 (hr) = 25 mi/hr
d) x = 10 (mi) * 1/10 (1 /hr) =1 mi/hr
e) x = 20 (gal / min) * 10 (min)
You might also like to view...
The Form ________ prompts you step-by-step through the creation of a form
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. The while loop is always the best choice in situations where the exact number of iterations is known. 2. Java provides a set of simple unary operators designed just for incrementing and decrementing variables. 3. The while loop has two important parts: (1) a boolean expression that is tested for a true or false value, and (2) a statement or block of statements that is repeated as long as the expression is true. 4. In a for loop, the control variable cannot be initialized to a constant value and tested against a constant value.