Answer:
A square has equal width and length. To find the area, you have to multiply the width by length but because they are the same length, you may some time see the formula written as L*L or
.
The area of used up by the squares is 150sq feet. I found this by dividing 600 by 4. You can find an estimate by equating 150 the L*L. This gives you an approximate value of 12.
9514 1404 393
Answer:
A) $1350
B) $5850
C) $162.50
Step-by-step explanation:
A) The interest is given by the formula ...
I = Prt
where P is the principal amount, r is the interest rate, and t is the number of years.
I = $4500×0.10×3 = $1350
The interest owed is $1350.
__
B) At maturity, the principal and interest are due. That amount is ...
$4500 +1350 = $5850
The maturity value is $5850.
__
C) If the maturity value is paid in 36 equal monthly installments, each is ...
$5850/36 = $162.50
The monthly payment is $162.50.
The answer to this question would be the decimal 5.4
Answer:
x = -
, x = 2
Step-by-step explanation:
To find h(g(x)) substitute x = g(x) into h(x) , that is
h(g(x))
= h(x + 1)
= (x + 1)²
= x² + 2x + 1
For h(g(x)) = 3x² + x - 5 , then
3x² + x - 5 = x² + 2x + 1 ← subtract x² + 2x + 1 from both sides
2x² - x - 6 = 0 ← in standard form
(2x + 3)(x - 2) = 0 ← in factored form
Equate each factor to zero and solve for x
2x + 3 = 0 ⇒ 2x = - 3 ⇒ x = - 
x - 2 = 0 ⇒ x = 2
Step-by-step explanation:
25 as binary number is
11001
1×2⁴ + 1×2³ + 0×2² + 0×2¹ + 1×2⁰ = 16 + 8 + 1 = 25
25×2 = 50 = 11001 × 2 = 110010
multiplying a binary number by 2 is the save effect as multiplying a normal decimal number by 10 : all digits move one position to the left, and a 0 is put into the empty right position.
and so, we see
110P = 110010
P = 010
FYI : you normally don't mix binary and decimal numbers. if one of the numbers is binary, then all the others have to be binary too.
so, the problem should have looked like
110P/10 = 11001
110P = 11001×10 = 110010
P = 010