Answer:
574
Step-by-step explanation:
All your doing is subtracting!
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
The coordinates of triangle U'V'W' include U'(8, 3), V'(4, -8) and W'(-8, -6) and this is represented by graph A shown in the image attached below.
<h3>What is a transformation?</h3>
A transformation can be defined as the movement of a point on a cartesian coordinate from its original (initial) position to a new location.
<h3>The types of transformation.</h3>
In Geometry, there are different types of transformation and these include the following:
Based on the information provided, triangle UVW would be rotated counterclockwise through an angle of 270 degree at origin to produce triangle U'V'W', we have:
![\left[\begin{array}{ccc}0&1\\-1&0\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D0%261%5C%5C-1%260%5Cend%7Barray%7D%5Cright%5D)
Therefore, the image of triangle UVW would be given by this matrix:
![\left[\begin{array}{ccc}-3&8&6\\8&4&-8\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D-3%268%266%5C%5C8%264%26-8%5Cend%7Barray%7D%5Cright%5D)
Image = ![\left[\begin{array}{ccc}8&4&-8\\3&-8&-6\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D8%264%26-8%5C%5C3%26-8%26-6%5Cend%7Barray%7D%5Cright%5D)
Based on the image above, we can logically deduce that the coordinates of triangle U'V'W' include U'(8, 3), V'(4, -8) and W'(-8, -6) and this is represented by graph A shown in the image attached below.
Read more on transformations here: brainly.com/question/12518192
#SPJ1
% = (Change/Original) * 100
= (6/24) * 100
= (0.25) * 100
= 25%