(x-3)(x-7)=0
x=3,7
hope this helps!
Answer:
I feel u
Step-by-step explanation:u need help too
Answer: 
Therefore, the algebraic exp
Step-by-step explanation:
Given : x represents the number of pounds of coffee A.
The total weight of the mix of coffee A and coffee B = 100 pounds.
Then , we have the following expression to represents the number of pounds of coffee B:-

Therefore, the algebraic expression that represents the number of pounds of coffee B. :-

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:
Answer:
The total is: $ 1345.5
Step-by-step explanation:
It is given that:
I would like to purchase 20 products at a cost 65.00 per product.
This means that the cost of 20 products will be:
Also, there is a sales tax of 3.5%
This means that a person has to pay a extra 3.5% on the total cost of the items he purchased.
i.e. he need to pay 3/5% on $ 1300
This means that the amount of tax he need to pay is: 3.5% of 1300
= 3.5%×1300
= 0.035×1300
= $ 45.5.
Hence, the total cost is: $ 1300+$ 45.5
This means that the total cost is: $ 134.5