Answer:
1.5 + 10^8.
Step-by-step explanation:
(3 x 10^2) x (5 x 10^5)
= 3 x 5 * 10^2 x 10^5
= 15 x 10^(2 + 5)
= 15 x 10^7
= 1.5 + 10^8.
First step is to analyze input and output variables:
INPUT:
list of integers with name "values"
integer with name "p1"
integer with name "p2"
OUTPUT:
there is no output variable as in declaration of a method there is void
ANALYSIS:
"<span>int temp = values[p1]"
this line creates variable "temp" which is integer. then this line goes to the list "values" and takes value that is at position "p1" and stores it into variable "temp"
"</span><span>values[p1] = values[p2]"
this line </span>goes to the list "values" and takes value that is at position "p2" and stores it into variable that is at position "p1"
"<span>values[p2] = temp"
this line takes value of the variable "temp" and stores it into list values at position "p2"
Short explanation:
this code replaces values of the list at between positions p1 and p2</span>
Answer:
BD = 28
Step-by-step explanation:
BC and CD are within line BD, so add those to make up for the length of BD
21 + 7 = 28
Answer: The large rectangle boxes all have the property of 2
This is because 2 large boxes are equivalent to 4 and one of the rectangular boxes has to fill in the gap which is the 2 -1 boxes which would make them equivalent to each other.
3. Look at the picture.
We have the right angle triangle. We know the sum of measures of angles in triangle is equal 180°. Therefore:


4.
Look at the picture.
Use Pythagorean theorem:



5.
TRUE: 1; 2; 4
6.
We find a slope of the line OP:

We have:

Now, we must find the slope of the line perpendicular to the line OP.
We know:

therefore

So. We have the answer! :)