Reduce the fraction to lowest term.
30/72
=(3*2*5)/(2*2*2*3*3)
=5 /(2*2*3)
= 5/12
You might also like to view...
Answer the following statements true (T) or false (F)
1. In a window that is 640px wide by 480px high, the top right X, Y coordinates would be (0, 480). 2. To create a circle, you need to specify only the X and Y coordinates of the center point. 3. A polygon, created by the Polygon class is, by default, filled with the color black. 4. The following statement will draw the string "Welcome!" starting at the top left corner of the screen. ``` Text welcomeText = new Text(0, 0, "Welcome!"); ``` 5. To make a node half its original size, you pass the setScaleX method the value 2 and pass the setScaleY method the value 0.5.
You can create a new line within a paragraph of Web page text by pressing the ____ key(s).
A. SHIFT+ENTER B. ALT+ENTER C. ENTER D. CTRL+ENTER
?The Elements panel contains one layer for each element in the animation in the order they are stacked on the Stage.
Answer the following statement true (T) or false (F)
When the specifications for XML 1.0 were first posted, support existed for namespaces.
Answer the following statement true (T) or false (F)