1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Dahasolnce [82]
3 years ago
11

Comapre the ratios in table1 and table 2

Mathematics
1 answer:
wariber [46]3 years ago
5 0

Answer:

Step-by-step explanation:

Table 1

3:5   , 6 : 10  ,  9 :15  ,   12 : 20

Table 2

7 : 10  , 14 : 20  ,  21 : 30  , 28 : 40

All table 1 Ratios  are equal

All table 2 Ratios are equal

3 : 5

= 6 : 10

6 < 7

=> 6 : 10 < 7 : 10

=> 3 : 5 < 7 : 10

=>  The ratio 3:5 is less than the ratio 7:10

All table 1 Ratios  are equal

All table 2 Ratios are equal

=> All table 1 Ratios  are less than the ratios in Table 2

The ratio 14:20 is greater than the ratio 9:15.

Learn more:

divide 40 into ratio of 5:2 - Brainly.in

brainly.in/question/7339521

You might be interested in
Which are correct statements regarding proofs? Select three options.
kompoz [17]

Answer:

In a paragraph proof, statements and their justifications are written in sentences in a logical order.

A two-column proof consists of a list statements and the reasons the statements are true.

A paragraph proof is a two-column proof in sentence form.

Step-by-step explanation:

  • In a paragraph proof, statements and their justifications are written in sentences in a logical order.
  • A two-column proof consists of a list statements and the reasons the statements are true.
  • A paragraph proof is a two-column proof in sentence form.

A paragraph proof is only a two-column proof written in sentences. However, since it is easier to leave steps out when writing a paragraph proof.

A two-column geometric proof consists of a list of statements, and the reasons that we know those statements are true. The statements are listed in a column on the left, and the reasons for which the statements can be made are listed in the right column

8 0
3 years ago
The fundamental source of the inefficiency is not the fact that recursive calls are being made, but that values are being recomp
Fudgin [204]

Step-by-step explanation:

<em>(you can download the attached PDF for a better view)</em>

The Fibonacci sequence is a well-known mathematical sequence in which each term is the sum of the two previous terms.

More specifically, if fib(n) is the nth term of the sequence, then the sequence can be defined as follows:

fib(0) = 0

fib(1) = 1

fib(n) = fib(n-1) + fib(n-2) n>1

1. Because the Fibonacci sequence is defined recursively, it is natural to write a recursive method to determine the nth

number in the sequence. File Fib.java contains the skeleton for a class containing a method to compute Fibonacci

numbers. Save this file to your directory. Following the specification above, fill in the code for method fib1 so that it

recursively computes and returns the nth number in the sequence.

2. File TestFib.java contains a simple driver that asks the user for an integer and uses the fib1 method to compute that

element in the Fibonacci sequence. Save this file to your directory and use it to test your fib1 method. First try small

integers, then larger ones. You'll notice that the number doesn't have to get very big before the calculation takes a very

long time. The problem is that the fib1 method is making lots and lots of recursive calls. To see this, add a print

statement at the beginning of your fib1 method that indicates what call is being computed, e.g., "In fib1(3)" if the

parameter is 3. Now run TestFib again and enter 5—you should get a number of messages from your print statement.

Examine these messages and figure out the sequence of calls that generated them. (This is easiest if you first draw the

call tree on paper.) . Since fib(5) is fib(4) + fib(3),you should not be surprised to find calls to fib(4) and fib(3) in the

printout. But why are there two calls to fib(3)? Because both fib(4) and fib(5) need fib(3), so they both compute it—very

inefficient. Run the program again with a slightly larger number and again note the repetition in the calls.

3. The fundamental source of the inefficiency is not the fact that recursive calls are being made, but that values are being

recomputed. One way around this is to compute the values from the beginning of the sequence instead of from the end,

saving them in an array as you go. Although this could be done recursively, it is more natural to do it iteratively. Proceed

as follows:

a. Add a method fib2 to your Fib class. Like fib1, fib2 should be static and should take an integer and return an integer.

b. Inside fib2, create an array of integers the size of the value passed in.

c. Initialize the first two elements of the array to 0 and 1, corresponding to the first two elements of the Fibonacci

sequence. Then loop through the integers up to the value passed in, computing each element of the array as the sum

of the two previous elements. When the array is full, its last element is the element requested. Return this value.

d. Modify your TestFib class so that it calls fib2 (first) and prints the result, then calls fib1 and prints that result. You

should get the same answers, but very different computation times.

// ******************************************************************

// Fib.java

//

// A utility class that provide methods to compute elements of the

// Fibonacci sequence.

// ******************************************************************

public class Fib

{

//--------------------------------------------------------------

// Recursively computes fib(n)

//--------------------------------------------------------------

public static int fib1(int n)

{

//Fill in code -- this should look very much like the

//mathematical specification

}

// ******************************************************************

// TestFib.java

//

// A simple driver that uses the Fib class to compute the

// nth element of the Fibonacci sequence.

// ******************************************************************

import java.util.Scanner;

public class TestFib

{

public static void main(String[] args)

{

int n, fib;

Scanner scan = new Scanner(System.in);

System.out.print("Enter an integer: ");

n = scan.nextInt();

fib = Fib.fib1(n);

System.out.println("Fib(" + n + ") is " + fib);

}

}

Download pdf
8 0
3 years ago
Read 2 more answers
What is 8d(2d+8)+d squared<br><br> Simplify <br><br><br> THANKS GUYS
pshichka [43]
8*2=16 
8*8=64
d+d+d=3d
16+64=80d3rd












6 0
3 years ago
The table in the lesson shows the number of sets of twins, triplets, quadruplets, and quintuplets registered at a twin conventio
Korolek [52]

Answer:

  5494

Step-by-step explanation:

Assuming all members of each set registered, the total number is ...

  2(2697) +3(29) +4(2) +5(1) = 5494

__

Since you're concerned with order of operations, perhaps you want to see the working out.

  = 5394 + 87 +8 +5 . . . . perform all the multiplications

  = 5481 +8 +5 . . . . . . . . . perform addition left to right

  = 5489 +5

  = 5494

8 0
4 years ago
2. solve. r/4 ≥ 12<br> 3.-3y ≥-18
Korvikt [17]
Simplify it or what if so then the answers would be r>48
y<(line under it)6
5 0
3 years ago
Other questions:
  • I need help with Math ASAP plz !!
    9·1 answer
  • A department store chain is expanding into a new market and is considering 22 different sites on which to locate 6 stores.
    7·1 answer
  • You have exactly $120 to spend on a new outfit. If your state has 8% sales tax, what is the highest pre-price tax you can pay wi
    12·1 answer
  • Kyle is pulled back on a swing so that the rope forms an angle of 30 degrees with the vertical. The distance from the top of the
    11·1 answer
  • PLEASE HELP LOL <br> i am extra BORED
    5·2 answers
  • Please help 7th grade math
    11·1 answer
  • What statement is true about this triangle
    12·1 answer
  • Factor out the coefficient of the variable term.
    8·1 answer
  • Can anyone help me answer question #2
    10·1 answer
  • 20 m
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!