37. Two numbers are such that their
difference, their sum and their
product are in the ratio 1:7: 24.
Find the product of the
number.

Answers

Answer 1

Answer:

8 and 6

Step-by-step explanation:

Two numbers are such that their difference, their sum, and their product are to

each other as 1:7:24. Their product must equal what number?

:

Two numbers a & b

Let x = the multiplier

:

a - b = 1x

a + b = 7x

a * b = 24x

:

Add the 1st two equations

a - b = x

a + b = 7x

2a = 8x

a = 4x

or

x = .25a

:

a * b = 24x

Replace 24x; a = 4x therefore:

a * b = 6a

b = 6

;

Using the 1st equation

a - b = 1x

Replace b with 6 and x with .25a

a - 6 = .25a

a - .25a = 6

.75a = 6

a =

a = 8

:

Find the multiplier

a - b = x

8 - 6 = 2

:

Check this

a - b = 2 (1*2)

a + b = 14; (7*2)

a * b = 48: (24*2)

:

The numbers are 8 and 6; their products = 48


Related Questions

Describe the motion of a particle with position (x, y) as t varies in the given interval. (For each answer, enter an ordered pair of the form x, y.) x = 1 + sin(t), y = 3 + 2 cos(t), π/2 ≤ t ≤ 2π

Answers

Answer:

The motion of the particle describes an ellipse.

Step-by-step explanation:

The characteristics of the motion of the particle is derived by eliminating [tex]t[/tex] in the parametric expressions. Since both expressions are based on trigonometric functions, we proceed to use the following trigonometric identity:

[tex]\cos^{2} t + \sin^{2} t = 1[/tex] (1)

Where:

[tex]\cos t = \frac{y-3}{2}[/tex] (2)

[tex]\sin t = x - 1[/tex] (3)

By (2) and (3) in (1):

[tex]\left(\frac{y-3}{2} \right)^{2} + (x-1)^{2} = 1[/tex]

[tex]\frac{(x-1)^{2}}{1}+\frac{(y-3)^{2}}{4} = 1[/tex] (4)

The motion of the particle describes an ellipse.

write the equation of the line shown in the graph above in slope-intercept form

Answers

y = mx + c
y= -2/3x + 1
1= c
Answer: y= -2/3x+1


Step 1: Write slope-intercept form equation

To start answering this question, it helps to write out the example equation for slope-intercept form. Let’s do this now.

y=mx+b

Keep in mine that the y represents the answer, the m represents the slope, the x represents the variable, and the b represents the y-intercept.

Step 2: Determine the y-intercept

I find that it is easiest to determine the y-intercept first. This is the b in the equation. The y-intercept can be find by looking at the y-axis, and seeing where the line intersects with the axis. In this case, it seems to be at 1. Let’s substitute this into our equation now.

y=mx+b
y=mx+1

Step 3: Determine slope

For the final thing that we need to fill in, we need to find the slope. The slope is the m in the equation, and can be found by the formula of rise/run. Choose any two points, and see how far they are from each other up and down (rise), as well as left and right (run).
For the sake of this problem, we will work with (0,1) and (-3,3). There is a difference in the rise of 2 and in the run of 3. This makes the rise/ run be 2/3. Let’s substitute this now.

y=mx+1
y= 2/3x+1

The slope will also need to be negative since the line on the graph descends. Let’s change this to a negative now.

y= -2/3x+1


This is your answer. Hope this helps! Comment below for more questions.

Find the solution of the differential equation that satisfies the given initial condition. (dP)/(dt)

Answers

Answer:

[tex]P = (\frac{1}{3}t^\frac{3}{2} + \sqrt 2 - \frac{1}{3})^2[/tex]

Step-by-step explanation:

Given

[tex]\frac{dP}{dt} = \sqrt{Pt[/tex]

[tex]P(1) = 2[/tex]

Required

The solution

We have:

[tex]\frac{dP}{dt} = \sqrt{Pt[/tex]

[tex]\frac{dP}{dt} = (Pt)^\frac{1}{2}[/tex]

Split

[tex]\frac{dP}{dt} = P^\frac{1}{2} * t^\frac{1}{2}[/tex]

Divide both sides by [tex]P^\frac{1}{2}[/tex]

[tex]\frac{dP}{ P^\frac{1}{2}*dt} = t^\frac{1}{2}[/tex]

Multiply both sides by dt

[tex]\frac{dP}{ P^\frac{1}{2}} = t^\frac{1}{2} \cdot dt[/tex]

Integrate

[tex]\int \frac{dP}{ P^\frac{1}{2}} = \int t^\frac{1}{2} \cdot dt[/tex]

Rewrite as:

[tex]\int dP \cdot P^\frac{-1}{2} = \int t^\frac{1}{2} \cdot dt[/tex]

Integrate the left hand side

[tex]\frac{P^{\frac{-1}{2}+1}}{\frac{-1}{2}+1} = \int t^\frac{1}{2} \cdot dt[/tex]

[tex]\frac{P^{\frac{-1}{2}+1}}{\frac{1}{2}} = \int t^\frac{1}{2} \cdot dt[/tex]

[tex]2P^{\frac{1}{2}} = \int t^\frac{1}{2} \cdot dt[/tex]

Integrate the right hand side

[tex]2P^{\frac{1}{2}} = \frac{t^{\frac{1}{2} +1 }}{\frac{1}{2} +1 } + c[/tex]

[tex]2P^{\frac{1}{2}} = \frac{t^{\frac{3}{2}}}{\frac{3}{2} } + c[/tex]

[tex]2P^{\frac{1}{2}} = \frac{2}{3}t^\frac{3}{2} + c[/tex] ---- (1)

To solve for c, we first make c the subject

[tex]c = 2P^{\frac{1}{2}} - \frac{2}{3}t^\frac{3}{2}[/tex]

[tex]P(1) = 2[/tex] means

[tex]t = 1; P =2[/tex]

So:

[tex]c = 2*2^{\frac{1}{2}} - \frac{2}{3}*1^\frac{3}{2}[/tex]

[tex]c = 2*2^{\frac{1}{2}} - \frac{2}{3}*1[/tex]

[tex]c = 2\sqrt 2 - \frac{2}{3}[/tex]

So, we have:

[tex]2P^{\frac{1}{2}} = \frac{2}{3}t^\frac{3}{2} + c[/tex]

[tex]2P^{\frac{1}{2}} = \frac{2}{3}t^\frac{3}{2} + 2\sqrt 2 - \frac{2}{3}[/tex]

Divide through by 2

[tex]P^{\frac{1}{2}} = \frac{1}{3}t^\frac{3}{2} + \sqrt 2 - \frac{1}{3}[/tex]

Square both sides

[tex]P = (\frac{1}{3}t^\frac{3}{2} + \sqrt 2 - \frac{1}{3})^2[/tex]

Golf Scores In a professional golf tournament the players participate in four rounds of golf and the player with the lowest score after all four rounds is the champion. How well does a player's performance in the first round of the tournament predict the final score

Answers

Answer:

Mean scores.

Step-by-step explanation:

The golf player will score in the first round, according to these scores the golf player scores can be predicted. The golf player can perform high in first round but he may score lesser in the second round due to stress or mental pressure. The scores can be predicted taking mean of the scores and adding standard deviation to it.

In the diagram, WZ=StartRoot 26 EndRoot.

On a coordinate plane, parallelogram W X Y Z is shown. Point W is at (negative 2, 4), point X is at (2, 4), point Y is at (1, negative 1), and point Z is at (negative 3, negative 1).

What is the perimeter of parallelogram WXYZ?

units
units
units
units

Answers

Answer:

[tex]P = 8 + 2\sqrt{26}[/tex]

Step-by-step explanation:

Given

[tex]W = (-2, 4)[/tex]

[tex]X = (2, 4)[/tex]

[tex]Y = (1, -1)[/tex]

[tex]Z = (-3,-1)[/tex]

Required

The perimeter

First, calculate the distance between each point using:

[tex]d = \sqrt{(x_1 - x_2)^2 + (y_1 -y_2)^2[/tex]

So, we have:

[tex]WX = \sqrt{(-2- 2)^2 + (4-4)^2 } =4[/tex]

[tex]XY = \sqrt{(2- 1)^2 + (4--1)^2 } =\sqrt{26}[/tex]

[tex]YZ = \sqrt{(1- -3)^2 + (-1--1)^2 } =4[/tex]

[tex]ZW = \sqrt{(-3--2)^2 + (-1-4)^2 } =\sqrt{26}[/tex]

So, the perimeter (P) is:

[tex]P = 4 + \sqrt{26} + 4 + \sqrt{26}[/tex]

[tex]P = 8 + 2\sqrt{26}[/tex]

Answer:

its D.

Step-by-step explanation:

took test

PLSHELPASAPDFFFFFFFFFFFFFFFFFFFFFFFFFF

Answers

im struggling with the same one

Find a power series representation for the function. (Assume a>0. Give your power series representation centered at x=0 .)
f(x)=x2a7−x7

Answers

Answer:

Step-by-step explanation:

Given that:

[tex]f_x = \dfrac{x^2}{a^7-x^7}[/tex]

[tex]= \dfrac{x^2}{a^7(1-\dfrac{x^7}{a^7})}[/tex]

[tex]= \dfrac{x^2}{a^7}\Big(1-\dfrac{x^7}{a^7} \Big)^{-1}[/tex]

since  [tex]\Big((1-x)^{-1}= 1+x+x^2+x^3+...=\sum \limits ^{\infty}_{n=0}x^n\Big)[/tex]

Then, it implies that:

[tex]\implies \dfrac{x^2}{a^7} \sum \limits ^{\infty}_{n=0} \Big(\Big(\dfrac{x}{a} \Big)^{^7} \Big)^n[/tex]

[tex]= \dfrac{x^2}{a^7} \sum \limits ^{\infty}_{n=0} \Big(\dfrac{x}{a} \Big)^{^{7n}}[/tex]

[tex]= \dfrac{x^2}{a^7} \sum \limits ^{\infty}_{n=0} \Big(\dfrac{x^{7n}}{a^{7n}} \Big)}[/tex]

[tex]\mathbf{= \sum \limits ^{\infty}_{n=0} \dfrac{x^{7n+2}}{a^{7n+7}} }}[/tex]

Find the direction cosines and direction angles of the vector. (Give the direction angles correct to the nearest degree.) c, c, c , where c > 0

Answers

Answer:

cos(∝) = 1/√3

cos(β) = 1/√3

cos(γ) = 1/√3

∝ = 55°

β = 55°

γ = 55°

Step-by-step explanation:

Given the data in the question;

vector is z = < c,c,c >

the direction cosines and direction angles of the vector = ?

Cosines are the angle made with the respect to the axes.

cos(∝) = z < 1,0,0 > / |z|

so

cos(∝) = < c,c,c > < 1,0,0 > / √[c² + c² + c²] = ( c + 0 + 0 ) / √[ 3c² ]

cos(∝) = c / √[ 3c² ] = c / c√3 = 1/√3

∝ = cos⁻¹( 1/√3 ) = 54.7356° ≈ 55°

cos(β) = < c,c,c > < 0,1,0 > / √[c² + c² + c²] = ( 0 + c + 0 ) / √[ 3c² ]

cos(β) = c / √[ 3c² ] = c / c√3 = 1/√3

β = cos⁻¹( 1/√3 ) = 54.7356° ≈ 55°

cos(γ) = < c,c,c > < 0,0,1 > / √[c² + c² + c²] = ( 0 + 0 + c ) / √[ 3c² ]

cos(γ) = c / √[ 3c² ] = c / c√3 = 1/√3

γ = cos⁻¹( 1/√3 ) = 54.7356° ≈ 55°

Therefore;

cos(∝) = 1/√3

cos(β) = 1/√3

cos(γ) = 1/√3

∝ = 55°

β = 55°

γ = 55°

SCALCET8 3.9.015. A street light is mounted at the top of a 15-ft-tall pole. A man 6 ft tall walks away from the pole with a speed of 4 ft/s along a straight path. How fast is the tip of his shadow moving when he is 35 ft from the pole

Answers

Answer:

[tex]X=6.67ft/s[/tex]

Step-by-step explanation:

From the question we are told that:

Height of pole [tex]H_p=15[/tex]

Height  of man [tex]h_m=6ft[/tex]

Speed of Man [tex]\triangle a =4ft/s[/tex]

Distance from pole [tex]d=35ft[/tex]

Let

Distance from pole to man=a

Distance from man to shadow =b

Therefore

 [tex]\frac{a+b}{15}=\frac{b}{6}[/tex]

 [tex]6a+6b=15y[/tex]

 [tex]2a=3b[/tex]

Generally the equation for change in velocity is mathematically given by

 [tex]2(\triangle a)=3(\triangle b )[/tex]

 [tex]2*4=3(\triangle b)[/tex]

 [tex]\triangle a=\frac{8}{3}[/tex]

Since

The speed of the shadow is given as

 [tex]X=\triangle b+\triangle a[/tex]

 [tex]X=4+8/3[/tex]

 [tex]X=6.67ft/s[/tex]

PLEASE HELP!!! Which number is a solution of the inequality x less-than negative 4? Use the number line to help answer the question. A number line going from negative 9 to positive 1.

Answers

Answer:

is it going to be 10.5

Step-by-step explanation:

I do not have any explanation

Answer: 0 (zero)

Step-by-step explanation:

Start Learning & start growing! edge2023

*DROPS THE MIC*

What is the inverse of function f? f(x)=10/9+11

Answers

Answer:

Option D is answer.

Step-by-step explanation:

Hey there!

Given;

f(x) = 10/9 X + 11

Let f(X) be "y".

y = (10/9) X + 11

Interchange "X" and "y".

x = (10/9) y + 11

or, 9x = 10y + 99

or, y = (9x-99)/10

Therefore, f'(X) = (9x-99)/10.

Hope it helps!

4,3,5,9,12,17,...what is the next number?

Answers

Answer:

The next number is going to be 21

Answer:

19

Step-by-step explanation:

4 even number

3,5,7 odd numbers

14 even

17, 19, 21 even

find the exact value cos5pi/6

Answers

Answer:

[tex] - \frac{ \sqrt{3} }{2} [/tex]

Step-by-step explanation:

Unit circle

9. Mariah has 28 centimeters of reed
and 10 meters of reed for weaving
baskets. How many meters of reed
does she have? Write your answer as a
decimal and explain your answer.

Answers

10.28 , 28 cm in meters is 0.28. you have 10 meters therefore 10+.28= 10.28

Please help me >_< will give out brainliest

Answers

Answer:  1080

====================================================

Explanation:

We have an octagon because there are n = 8 sides. The diagram below shows one way to number the sides so you can count them efficiently (without missing any or double counting any).

----------------

Plug n = 8 into the formula below

S = 180(n-2)

S = 180(8-2)

S = 180(6)

S = 1080

The 8 interior angles add up to 1080 degrees.

What angles can you construct using just a pair of compasses and a ruler?

Answers

Answer:

By using a pair of compasses and a ruler you can draw all angles

Exactly how many planes contain points J, K, and N?
a - 0
b - 1
c - 2
d - 3

Answers

A- 0 ..... one plane contains k and n but there isn’t a plane that contains all three points

what is the range of the funcion y=x^2

Answers

Answer:

Range = [0, infinity)

Step-by-step explanation:

Minimum point of the graph is at (0,0) and it is a u shaped graph. Hence, range is 0 inclusive to infinity

The range of the function y = x2 is all real numbers, y, such that y ≥ 0. In the case of the function y = x2, the domain consists of all real

can anyone help with this please !!!!

Answers

Answer:

"Add equations A and B to eliminate [tex]y[/tex]. Add equations A and C to eliminate [tex]y[/tex]".

Step-by-step explanation:

Let be the following system of linear equations:

[tex]4\cdot x + 4\cdot y + z = 24[/tex] (1)

[tex]2\cdot x - 4\cdot y +z = 0[/tex] (2)

[tex]5\cdot x - 4\cdot y - 5\cdot z = 12[/tex] (3)

1) We eliminate [tex]y[/tex] by adding (1) and (2):

[tex](4\cdot x + 2\cdot x) +(4\cdot y - 4\cdot y) + (z + z) = 24 + 0[/tex]

[tex]6\cdot x +2\cdot z = 24[/tex] (4)

2) We eliminate [tex]y[/tex] by adding (1) and (3):

[tex](4\cdot x + 5\cdot x) +(4\cdot y - 4\cdot y) +(z -5\cdot z) = (24 + 12)[/tex]

[tex]9\cdot x -4\cdot z = 36[/tex] (5)

Hence, the correct answer is "Add equations A and B to eliminate [tex]y[/tex]. Add equations A and C to eliminate [tex]y[/tex]".

²/₃ + ¹/₃ please answer

Answers

FINAL ANSWER:

1

Step-by-step explanation:

[tex]\frac{2}{3} +\frac{1}{3}[/tex]

the denominators are the same so all we need to do is add.

[tex]\frac{2}{3} + \frac{1}{3} =\frac{3}{3}[/tex]

[tex]\frac{3}{3} =[/tex] 1 whole

final answer: 1

hope this answer helps you :)

have a great day and may God Bless You!

Please help me out with these questions :

Answers

Answer:

Step-by-step explanation:

1. 3/7 x = 12

  3x = 84

    x = 28

2. 3x+ 6 = 39

   3x = 33

    x = 11

3. 1/3 x - 3/4 x = 15

    9x  - 4x  = 180

       x =  36

4.   1/4 x = x -21

      3/4 x = 21

      3x = 84

        x=28

5.    86-36 = 50

      50/2

       25

A town recently dismissed 5 employees in order to meet their new budget reductions. The town had 4 employees over 50 years of age and 16 under 50. If the dismissed employees were selected at random, what is the probability that no more than 1 employee was over 50

Answers

Answer:

0.7513 = 75.13% probability that no more than 1 employee was over 50

Step-by-step explanation:

The employees are chosen from the sample without replacement, which means that the hypergeometric distribution is used to solve this question.

Hypergeometric distribution:

The probability of x successes is given by the following formula:

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

In which:

x is the number of successes.

N is the size of the population.

n is the size of the sample.

k is the total number of desired outcomes.

Combinations formula:

[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

In this question:

4 + 16 = 20 employees, which means that [tex]N = 20[/tex]

4 over 50, which means that [tex]k = 4[/tex]

5 were dismissed, which means that [tex]n = 5[/tex]

What is the probability that no more than 1 employee was over 50?

Probability of at most one over 50, which is:

[tex]P(X \leq 1) = P(X = 0) + P(X = 1)[/tex]

In which

[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}*C_{N-k,n-x}}{C_{N,n}}[/tex]

[tex]P(X = 0) = h(0,20,5,4) = \frac{C_{4,0}*C_{16,5}}{C_{20,5}} = 0.2817[/tex]

[tex]P(X = 1) = h(1,20,5,4) = \frac{C_{4,1}*C_{16,4}}{C_{20,5}} = 0.4696[/tex]

Then

[tex]P(X \leq 1) = P(X = 0) + P(X = 1) = 0.2817 + 0.4696 = 0.7513[/tex]

0.7513 = 75.13% probability that no more than 1 employee was over 50

Find the perimeter of a football field which measures 90m by 60m

Answers

Hello!

[tex]\large\boxed{P = 300m}[/tex]

Use the following formula for the perimeter:

P = 2l + 2w, where:

l = length

w = width

Therefore:

P = 2(90) + 2(60)

Simplify:

P = 180 + 120 = 300 m

Answer:

well how about you use common sense 100 yards long on each side 200 yards then add 5o yards since the the that is how wide it is then add another 50 and you get 300 yards then convert that to meters

A large container holds 4 gallons of chocolate milk that has to be poured into bottles. Each bottle holds 2 pints.
If the ratio of gallons to pints is 1: 8,
bottles are required to hold the 4 gallons of milk.

Answers

Answer:

64 Bottles

Step-by-step explanation:

that is the procedure above

Sofia bought a clothes iron that was discounted 15% off of the original price of $35. What was the sale price of the clothes iron?

Answers

Answer:

35 - 0.15 * 35 so it is $29.75

Step-by-step explanation:

I got u

Answer:

$29.75

Step-by-step explanation:

15% = .15

.15 x 35 = 5.25

35 - 5.25 = 29.75

What is the solution set of the equation x2+3*-4=6

Answers

Answer:

x=9

Step-by-step explanation:

Find the value of x.

Answers

Answer:

x = 3

Step-by-step explanation:

A midsegment in a trapezoid is formed when one connects the midpoints of the two legs (non-parallel sides) in a trapezoid. The midsegment theorem states that the length of the midsegment is equal to the average of the two bases (that is the parallel sides).

One can apply the midsegment theorem here by stating the following;

[tex]\frac{(YZ)+(TM)}{2}=PW[/tex]

Substitute,

[tex]\frac{23+11x+2}{2}=29[/tex]

Simplify,

[tex]\frac{25+11x}{2}=29[/tex]

Inverse operations,

[tex]\frac{25+11x}{2}=29[/tex]

[tex]25+11x=58\\\\11x = 33\\\\x = 3[/tex]

At the Fidelity Credit Union, a mean of 5.8 customers arrive hourly at the drive-through window. What is the probability that, in any hour, more than 5 customers will arrive

Answers

Answer:

0.5217

Step-by-step explanation:

P(more than 5 customer arrive):

P(X>=6)=1-P(X<=5)=  1-∑x=0x e-λ*λx/x!= 0.5217

Suppose f(x,y,z) = x2 + y2 + z2 and W is the solid cylinder with height 7 and base radius 2 that is centered about the z-axis with its base at z = −2. Enter θ as theta.

A) As an iterated integral, ∭WfdV = ∫BA∫DC∫FE dzdrdθ with limits of integration.

B) Evaluate the integral.

Answers

In cylindrical coordinates, W is the set of points

W = {(r, θ, z) : 0 ≤ r ≤ 2 and 0 ≤ θ ≤ 2π and -2 ≤ z ≤ 5}

(A) Then the integral of f(x, y, z) over W is

[tex]\displaystyle\iiint_W(x^2+y^2+z^2)\,\mathrm dV = \int_0^{2\pi}\int_0^2\int_{-2}^5r(r^2+z^2)\,\mathrm dz\,\mathrm dr\,\mathrm d\theta[/tex]

(B)

[tex]\displaystyle \int_0^{2\pi}\int_0^2\int_{-2}^5r(r^2+z^2)\,\mathrm dz\,\mathrm dr\,\mathrm d\theta = 2\pi \int_0^2\int_{-2}^5(r^3+rz^2)\,\mathrm dz\,\mathrm dr \\\\\\= 2\pi \int_0^2\left(zr^3+\frac13rz^3\right)\bigg|_{z=-2}^{z=5}\,\mathrm dr \\\\\\= 2\pi \int_0^2\left(\frac{133}3r+7r^3\right)\,\mathrm dr \\\\\\= 2\pi \left(\frac{133}6r^2+\frac74r^4\right)\bigg|_{r=0}^{r=2} \\\\\\= 2\pi \left(\frac{110}3\right) = \boxed{\frac{220\pi}3}[/tex]

The original price of a set lunch was 30 dollars. It is now sold at a 20%
discount. There is an extra discount of 10% for students. How much
should a student pay to order a set lunch?

Answers

Find out the total discount percentage that students receive.

20% + 10% = 30%

30/100 x 30 = 9 dollars

30 - 9 = 21 dollars (Final answer)
20% of $30 = $6
30 - 6 = $24
10% of $24 = $2.40
24 - 2.40 = $21.60 cost of student lunch

You have to do each percent separate to get the cost.
If you just take 30% off from the original cost of $30 it will be the wrong answer.
Other Questions
Find the value of `x in the given parrallelogram. Please helpPlease answer correctly what is rule of law When a rigid body rotates about a fixed axis, all the points in the body have the same Group of answer choices linear displacement. angular acceleration. centripetal acceleration. tangential speed. tangential acceleration. What is the inverse of function f? f(x)=10/9+11 The manager of a grocery store has selected a random sample of 100 customers. The average length of time it took these 100 customers to check out was 3.0 minutes. It is known that the standard deviation of the checkout time is 1 minute. Refer to Exhibit 8-2. If the confidence coefficient is reduced to .80, the standard error of the mean _____. a. becomes negative b. remains unchanged c. will increase d. will decrease According to statistics from the CDC, people over the age of 65 account for about half of all new cases of sexually transmitted diseases, including HIV.(True/False):) How did Newton map the orbits of the planets? Cuando se introduce una frmula en una celda primero que hay que introducir es How did Frank Lloyd Wright believe a home should interact with the landscape? a. the house should be in the landscape b. the house should overshadow the landscape c. the landscape should overshadow the house d. none of the above I have a lot of algebra problems. Someone help me even with this one please! can anyone help with this please !!!! . A small home business is set up with an investment of Birr 1,000,000 for equipment. The business manufactures a product at a cost of Birr 60 per unit. If the product sells for Birr 140, how many units must be sold before the business breaks even? If 3 3/4m of cloth was used for one suit, how many suits can be made with 30m cloth Work out the area of this circle.Give your answer in terms ofand state its units.units:Submit ANSWEI6 mmPlss help due in very soon Use a half angle identity to find the exact value of tan 5pi/12a. 2+squared3/2b. 2-squared3/2C.2+squared 3D.2-squared3. Please select the best answer from the choices provided Date Page The male population of a village is 9840 and the female population is 8965. Find the total population of the village ii) How many more males are there than females The specific actions to be taken in implementing a strategy. que contiene el condn? If the signal is going through a 2 MHz Bandwidth Channel, what will be the maximum bit rate that can be achieved in this channel? What will be the appropriate signal level?