Answer:
a = 5
Step-by-step explanation:
If it's easier for you, you can replace n(a) with y and put a as x.
Now the equation is y = 7x + 4.
It asks you to put in 39 as y.
39 = 7x + 4.
To solve this, the goal is to isolate the variable on one side. The first step I see is to subtract the 4 from both sides.
35 = 7x
Now divide both sides by 7 and we're done!
5 = x
Answer:
chicken
Step-by-step explanation:
Width: W
length: L = 5W
Use the Pyth. Theorem to find the length of the diagonal:
|D| = sqrt(W^2 + [5W]^2) = sqrt(W^2 + 25W^2) = sqrt(26W^2), or
Wsqrt(26) (ans.)
Answer:
58 units squared
Step-by-step explanation:
We want to find the area of the square. To do so, we need to find the hypotenuse of the right triangle because this coincides with the side length of the square.
We use the Pythagorean Theorem, which states that for a right triangle with legs a and b and hypotenuse c:
a^2 + b^2 = c^2
Here, a = 7 and b = 3, so:
7^2 + 3^2 = c^2
c^2 = 49 + 9 = 58
Now, the area of a square is: A = s^2, where s is the side length. Well, c is the side length, and we've already found what c^2 is (it's 58), so that means the area of the square is 58 units squared.
Thus, the answer is 58 units squared.