Then your amount was reduced to $15 less
First of all, a bit of theory: since the area of a square is given by

where s is the length of the square. So, if we invert this function we have
.
Moreover, the diagonal of a square cuts the square in two isosceles right triangles, whose legs are the sides, so the diagonal is the hypothenuse and it can be found by

So, the diagonal is the side length, multiplied by the square root of 2.
With that being said, your function could be something like this:
double diagonalFromArea(double area) {
double side = Math.sqrt(area);
double diagonal = side * Math.sqrt(2);
return diagonal;
}
Answer:
The ribbon cost per foot $0.6 per foot
Step-by-step explanation:
Total number of ribbon used = (5.75 + 11.75) = 17.50 feet
17.50 feet of ribbon cost = $10.50
1 foot of ribbon cost = x
Cross Multiply
17.50 × x = 1 foot × $10.50
x = 1 foot × 10.50/17.50
x = $0.6
The ribbon cost per foot $0.6 per foot
That might be a dilation but im not entirely sure
Answer:
p=7x
Step-by-step explanation:
49x^[2] + 28x - 10 = p^[2] + 4p -10
This equation is in the form a^[2]x + bx + c.
<u><em>The 'c' is common for both equations, this means the 'a' and 'b' must also be common. </em></u>
There are two ways to find p: 'a' or 'b'
<u>a method</u>
49x^[2] = p^[2]
=> The square root of both sides = 7x = p
<u>b method</u>
28x = 4p
28x/4 = 4p/4
7x = p