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
saw5 [17]
3 years ago
8

The quantities xxx and yyy are proportional.

Mathematics
2 answers:
irga5000 [103]3 years ago
8 0

Answer:

Therefore the constant of proportional is r=7.

Step-by-step explanation:

The quantities x and y are proportional.

      x                y

i)     2              14

ii)    6               42

iii)   11               77

Since x and y are proportional.

y= rx

(i)

Now plug y= 14 and x=2

14=r.2

\Rightarrow r=\frac{14}{2}

\Rightarrow r=7

(ii)

Now plug y= 42 and x=6

42=r.6

\Rightarrow r=\frac{42}{6}

\Rightarrow r=7

(iii)

Now plug y=11 and x=77

77=r.11

\Rightarrow r=\frac{77}{11}

\Rightarrow r=7    

Therefore the constant of proportional is r=7.

KiRa [710]3 years ago
7 0

Answer:

if you got it of khan its 1/9 if not its 7

Step-by-step explanation:

khan academy

You might be interested in
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
Find the number of liters in 12.8 gal of gasoline. Round to the nearest hundredth.
Svetlanka [38]

Answer: 48.45 liters

Step-by-step explanation:

Since, 1 \text{ gallon} = 3.78541 \text{ liters}

⇒ 12.8 \text{ gallon} = 12.8\times 3.78541

⇒12.8 \text{ gallon} = 48.453248 \text{ liters} \approx 48.45 \text{ liters}      

Thus, there are approx 48.45 liters in 12.8 gallon.

5 0
3 years ago
Simplify 64^-1/3<br> A. -4<br> B. -1/4<br> C. 1/4<br> D. 4
shepuryov [24]

Remember, the numerator of an exponenent represents the root. As well, a negative exponent means to take the reciprocal of the positive exponent (a^{-b} = \frac{1}{a^{b}}.

So, 64^{-1/3} is equal to \sqrt[3]{64^{-1}} which is 1/4, because 1/4*1/4*1/4 is 1/64 (1/64 cubed root is 1/4).

For example, a^{b/c} = \sqrt[c]{b^{b}}

The answer is c.

5 0
3 years ago
Read 2 more answers
What is the distance between point A and point C?
love history [14]

Answer:where's the question

Explanation:(pls dont report me as soon as u show me the question i will edit my answer and answer correctly)

7 0
3 years ago
Given b = 2 and h = 8, what is the equation of the graph if the parent function is y equals the square root of x ?
vfiekz [6]
What's the formula??????
8 0
4 years ago
Other questions:
  • How much $20 an hour for one day
    11·2 answers
  • 4/5 of a number is 32<br><br> Find the number.
    14·2 answers
  • A small lizard is five sixth inch long. A larger lizard is 6 and four fifths times larger. How long is the larger lizard?
    9·1 answer
  • Find the diagonal of a square whose sides are of the given measure.<br><br> Given =
    15·1 answer
  • Between which two intergers 17 lie squared
    13·1 answer
  • What is the leading coefficient of the polynomial when written in standard form 4x+7x^3-6
    14·2 answers
  • X + 3y – 2z = 3<br> -x – 2y + z = -2<br> 2x – 7y + z = 1
    8·1 answer
  • Find the slope of the line passing through the points (-5,3) and (7,6)
    6·1 answer
  • PLEASE HELP ASAP WILL MARK BRAINLIEST
    13·1 answer
  • Question 1 of 5
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!