Answer:
$2.40
Step-by-step explanation:
First, you would do 22.70 minus 3.50, to get 19.20.
Then, you would divide 19.20 by 8, to get 2.4.
So, if each pineapple was the same price, each pineapple would be $2.40.
Answer:
Equation of line in slope-intercept form is: y = -8x-39
Step-by-step explanation:
Given points are:
(-4, -7) and (-6, 9)
The slope-intercept form is given by the equation
Here m is the slope of the line and b is the y-intercept.
m is found using the formula
Here
(x1,y1) = (-4-7)
(x2,y2) = (-6,9)
Putting the values in the formula
Putting slope in general equation
Putting (-6,9) in the equation
Putting the value of b we get
Hence,
Equation of line in slope-intercept form is: y = -8x-39
We will be using the formula in looking for the volume of the cylinder which is
V = πr²h
where:
r = radius
h = height
V = volume
but in the problem V and r have values already:
r = 8
V = 4019.2
plug this in the volume equation:
V = πr²h
= 4019.2 = π* 8² * h
= 4019.2 = 64πh
= 4019.2 / 64π = h
so the answer is: h = 4019.2 /201.06193
= 19.99 is the height of the cylinder.
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
You can but it isnt really a good idea to do that if you want full credit