In this problem, we are asked to declare statements that describe the orders given as stated. In the first command, we are to define the element number of the element specified, which by, in this case, is oxygen. This is expressed: Element number = 8. Then we name the element that is element = oxygen. The third command specifies the atomic weight of the elementoxygen = 15.9994. For the last command, the expression is atomic weight = oxygen. It is important to arrange the commands in order so that the program that understands the data executes the orders well and translate them into output.
Answer:
Fraction form: 1/729
Decimal form: 0.00137174...
Exponent form: 3^-6
Answer:
Area is the measure of the amount of surface covered by something. Area formulas for different shapes are sometimes different, but for the most part, area is calculated by multiplying length times width. This is used when calculating area of squares and rectangles. Once you have the number answer to the problem, you need to figure out the units. When calculating area, you will take the units given in the problem (feet, yards, etc) and square them, so your unit measure would be in square feet (ft.2) (or whatever measure they gave you).
Step-by-step explanation:
Answer: bd=8 dc=2 and ae=4 so value of ab=16
Step-by-step explanation:
A) I would make the positive integer x and then form an equation.
x + 30 = x^2 - 12
x + 42 = x^2
0 = x^2 - x - 42 this can be factorised
(x - 7) ( x + 6) Therefore x = 7 or x = -6
Since the question asks for a positive integer the answer is 7.
B) two positive numbers x and y.
X - y = 3
x^2 + y^2 = 117
Use these simultaneous equations to figure out each number.
Rearrange the first equation
x = y + 3
Then substitute it into the second equation.
(y+3)^2 + y^2 = 117
y^2 + 6y + 9 + y^2 = 117
2y^2 + 6y - 108 = 0
then factorise this.
(2y - 12) (y + 9)
This means that y = 6 or y = -9 but it’s 6 because that’s the only positive number.
Use y to find x
x = y + 3
x = 6 + 3
x = 9
So the answers are x = 9 and y = 6.