Divide the funny looking shape into many simple common figures and find the area of the common figures. Then add the areas of the figures to find the total area of the funny looking shape.
Answer:
1232
Step-by-step explanation:
13/91= 176/x
1/7=176/x
x= 176*7
x= 1232 bass
Answer:
loss
Step-by-step explanation:
Selling an item for less than was paid gives a loss
Selling an item for more than was paid gives a profit
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END