50% is 30, it’s half of 60. 25% is the same as dividing by 4, 60/4 is 15.
Answer:
i think its the thired one
Answer & Explanation
// This program is written in Coral Programming Language
// Comments are used for explanatory purpose
//The next 4 lines declares 4 variables. x,y,z and temp. temp is used as a temporary variable
float x
float y
float z
float temp
x = Get next input
y = Get next input
z = Get next input
temp = x // Assign the value of x to a temporary variable. The temporary variable will be used later
// The next line prints x raise to power y
Put RaiseToPower(x,y) to output
Put "\n" to output
//The next two lines calculate and print x raise to power y raise to power z
x = RaiseToPower (x,y)
Put RaiseToPower (x,z) to output
Put "\n" to output
x = temp
//The next two lines calculate and print the absolute value of x
Put AbsoluteValue(x) to output
The next 3 lines calculate and print the square root of xy raise to power of z
x = x * y
x = SquareRoot(x)
Put RaiseToPower (x,z) to output.
// End of Program
the radius = 5.5
height = 13
V = πr²h = π5.5² x 13
The answer= 30.25π x 13= 393.25π
Volume = 1234.805
The slope is 9/11 because if you use the formula (change in y)/(change in x), you would get -18/-22 and then if it were to be simplified, it would be 9/11