Answer:whole numbers
Step-by-step explanation:
Answer:
x= -12
Step-by-step explanation:
-13+x=-25
+13 +13
x= -12
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
identity used is
x³ + y³+ z³– 3xyz = (x + y + z) (x² + y² + z² – xy – yz – zx).
then use
(x+y+z)² = x²+y²+z²+2(xy+yz+xz)
225= 83 + 2(xy+yz+xz)
xy+yz+xz = (225-83)/2
xy+yz+xz= 142/2
xy+yz+xz= 71
ok
now use identity
x³ + y³+ z³– 3xyz = (x + y + z) (x² + y² + z² – xy – yz – zx).
now
x³ + y³+ z³– 3xyz = 15 (83 – xy – yz – zx).
= 15[83 - (71)]
= 15×12
=180
The triangle in the right side of the first row, the triangle in the left side of the second row and the triangle in the left side of the third row are labeled correctly.
<h3>What triangles are represented correctly?</h3>
Triangles can be defined in terms of their base and their height. Both are linear measures. The base is one side of the triangle and the height is a line perpendicular to the base that meets the vertex opposite to the base.
Based on this explanation we find that the triangle on the right of the first row, the triangle on the left of the second row and the triangle on the left of the third row are labelled correctly.
To learn more on representation of triangles: brainly.com/question/18884053
#SPJ1