What is the ratio of the length of the input lever arm ti the length of the output lever arm was 6 to 5. If the entire lever is 132 inches long, how long is the input lever arm?

Answers

Answer 1
Answer: 6x-\ length\ of\ first \ lever\ arm\n5x-\ length\ of\ second] lever\ arm\n\n6x+5x=132\n\n11x=132\ \ \ | divide\ by\ 11\n\nx=12\n\n 5x=60\n\nin\ put\  lever\ arm\ is\ 60in\ long

Related Questions

The triangular prism belowhas a base area of 9 cm anda height of 23 cm. What isthe volume of the prism?
Show me how to solve the following problem 12.4 divided by two- fifths
How can you solve the literal equation y-3x=13
Is (2,4) a solution of the equation y=x-2
What is the solution of the equation 7x + 3 = 2x + 13

Find three consecutive ODD integers such that the sum of 7 times the smallest and twice the largest is -91. Name the smallest integer..

Answers

Answer:

              -11, -9, -7

the smallest:   2x+1 = -11

Step-by-step explanation:

{z - some integer}

2z+1  - the smallest number

7(2z+1)  - seven times the smallest number

2z+1+2=2z+3  - the middle number

2z+3+2 = 2z+5 - the largest number

2(2z+5) - twice the largest number

7(2z+1) + 2(2z+5)  - the sum of 7 times the smallest and twice the largest

7(2z+1) + 2(2z+5)   = -91

14z + 7 + 4z + 10 = -91

              -17              -17

      18z   = -108

       ÷18        ÷18

        z = -6

2z+1 = 2(-6)+1 = -12 + 1 = -11  

2z+3 = 2(-6)+3 = -12 + 3 = -9

2z+5 = 2(-6)+5 = -12 + 5 = -7        

Final answer:

To solve this problem, we denote the smallest odd integer as 'x' and set up the equation 7x + 2(x+4) = -91. By solving this equation, we find that the smallest integer is -15.

Explanation:

To find the three consecutive odd integers, let us denote the smallest odd integer as x; therefore, the next two consecutive odd integers would be x + 2 and x + 4, respectively. The problem states that the sum of seven times the smallest integer and twice the largest integer equals to -91. So, we can translate this into the equation, 7x + 2(x+4) = -91. Solving this gives us x = -15. Hence the smallest integer is -15. The full solution is as follows:

  1. Let the smallest integer be x.
  2. Then the other two consecutive odd numbers are x + 2 and x + 4.
  3. According to the question, 7x + 2(x + 4) = -91.
  4. Solving for x, we get x = -15.
  5. Hence, the smallest odd integer sought is -15.

Learn more about Consecutive Odd Integers here:

brainly.com/question/32448319

#SPJ3

HELP WROTH 15 points

Answers

Answer: A: $7.67. B: No. C: Because amount of change that was supposed to be given is supposed to be $2.24

Step-by-step explanation:

If I get it wrong i'm sorry

What is the absolute value of -3?


3
- 1/3
-3
1/3

Answers

The absolute value of -3 is 3 and -3 so both would be right

Marty's cat weighs 10.4 pounds. this is 24.4 pounds less than the weight of his dog. write and solve a subtraction equation to find the weight of marty's dog.

Answers

I hope this helps you




dog-24,4=10,4


dog=34,8

What is the result when the following code is run? double x = 1; double y = 1; int i = 0; do { y = x / 2; x = x + y; i = i + 1; } while (x < 2.5); System.out.print(i + " ");

Answers

Answer:

The answer is: 3

Step-by-step explanation:

1. At the begining of the program we start by declairing the variables:

 double x=1, double y=1 and int i=0.

2. The structure do...while is used to defined the loop. x<2.5 is the finalization condition of the loop. i is the counter of the loop.

y=x/2 is the first calculation

x=x+y is the second one. Here is where the values of the variable x changes.

a) for the first iteration, the values of y and x are shown below:

\n\nx=1\ny=1\ny=1/2=0.5\nx=1+0.5=1.5\ni=1

The variable x is minor to 2.5 so the loop will continue computing.

b)   the second iteration, the values of y and x are shown below::

 y=0.5\nx=1.5\ny=(1.5)/(2)=0.75\n x=1.5+0.75=2.25\ni=2

The variable x is still minor to 2.5 so the loop will continue computing.

c) third iteration:

y=0.75\nx=2.25\ny=(2.25)/(2) =1.1125\nx=2.25+1.125=3.375\ni=3

The condition x<2.5 is not true so the loop ends.

3. System.out.print(i + " "); displays the value of the variable i wich value is 3.

Therefore the number 3 is display.

Work out the value of 3c-4d when c=5 and d= ½

Answers

3(5) - 4(1/2)
15 - 2 = 13