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
Sergeeva-Olga [200]
3 years ago
9

Help me please 20 points

Mathematics
1 answer:
raketka [301]3 years ago
8 0

Answer:

47 inches

Step-by-step explanation:

12 + 10 + 16 + 9 = 47

hope this helps you :)

perimeter means all the sides added up together.

You might be interested in
Show 9/12 as the sum of unit fractions
Sladkaya [172]

\cfrac{9}{12}\implies \cfrac{1+1+1+1+1+1+1+1+1}{12} \\\\\\ \cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}+\cfrac{1}{12}

5 0
2 years ago
Read 2 more answers
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
An employee at a homemade wooden toy store earned $860 over the past week. The employee needs to pay 14% for Federal Income Tax
Sindrei [870]
Answer:
$713.8

Explanation:
14%of 860 = 120.4

3% of 860 = 25.8

so, subtract the sum of the above 2 values from 860.

860 - (120.4+25.8) = 860-146.2 = 713.8

Hope this helps

4 0
3 years ago
Read 2 more answers
PLEASE ANSWER ASAP!!!!!!!!!!!!!
Katen [24]

Answer:

Step-by-step explanation:

We want to find the surface area of this prism.

There are 6 faces on a rectangular prism, and the opposite faces will have the same dimensions.

2 4 by 3 faces - 2*12=24

2 3 by 5 faces - 2*15=30

2 4 by 5 faces - 2*20=40

24+30+40=24+70=94 cm^2

6 0
3 years ago
²log(x+2)+²log(x-2)≤²log5
AnnyKZ [126]
I believe you meant to write 
log_{2}(x+2) + log_{2}(x-2)  \leq  log_{2}(5) ?
If that's the case I'll solve the one I provided but I'll drop the base 2 to type it faster but you need to put it always!
Remember: log a + log b = log (a*b)
So log (x+2) + log (x-2) = log [(x+2)*(x-2)] = log (x^2 - 4)
Now back to the inequality:
log (x^2 - 4) <span>≤ log 5
Raise both sides as powers of 2 ( Since it's the base of your log)
Now,
x^2 - 4 </span><span>≤ 5
Add 4 both sides:
x^2 </span>≤ 9
Square root both sides
x ≤ +3 or x ≤ -3 
Reject the -3 solution as it makes both (x + 2) and (x - 2) negative and a log can never have a negative value inside its brackets. 
So x <span>≤ 3 But can never be less than 2 as well for the same previous reason.
Hope that helped.</span>
6 0
4 years ago
Other questions:
  • Solve the following system by substitution or elimination. Circle your answer!
    15·1 answer
  • The vertex form of a quadratic function is f(x) = a(x-h)2 + k. What is the vertex of each function?
    6·2 answers
  •  URGENT!! HALP PLS! Write the algebraic expression that matches each graph: (Write y in terms of x)
    15·1 answer
  • I'll give you the brainiest if your answer is right.
    5·2 answers
  • NEED THIS IN 5 MINUTES HELP
    8·1 answer
  • A line goes through the point (2, 4) and has a slope of 3/2. Which of the following points is also on the line? CHOOSE ALL THAT
    14·2 answers
  • Pls help urgently extra points and mark w
    7·2 answers
  • Karen purchased a DVD player on sale. The original selling price was ​$171.50. The sale price was ​$145.22. What is the first st
    7·1 answer
  • Plz Help! A B C or D​
    14·1 answer
  • Triangles T S R and Q R S overlap at point P. Angle S T R is 66 degrees and angle S Q R is 66 degrees. The lengths of T S and Q
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!