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
Karo-lina-s [1.5K]
3 years ago
12

How many cubic (i.e., third-degree) polynomials $f(x)$ are there such that $f(x)$ has positive integer coefficients and $f(1)=9$

? (note: all coefficients must be positive---coefficients are not permitted to be 0, so for example $f(x) = x^3 + 8$ is not a valid polynomial.)?
Mathematics
1 answer:
Firdavs [7]3 years ago
6 0
Hello,
there are 56 polynomials : a*x^3+b*x^2+c*x+d=0
num            a  b  c  d
 1             1  1  1  6
 2             1  1  2  5
 3             1  1  3  4
 4             1  1  4  3
 5             1  1  5  2
 6             1  1  6  1
 7             1  2  1  5
 8             1  2  2  4
 9             1  2  3  3
 10            1  2  4  2
 11            1  2  5  1
 12            1  3  1  4
 13            1  3  2  3
 14            1  3  3  2
 15            1  3  4  1
 16            1  4  1  3
 17            1  4  2  2
 18            1  4  3  1
 19            1  5  1  2
 20            1  5  2  1
 21            1  6  1  1
 22            2  1  1  5
 23            2  1  2  4
 24            2  1  3  3
 25            2  1  4  2
 26            2  1  5  1
 27            2  2  1  4
 28            2  2  2  3
 29            2  2  3  2
 30            2  2  4  1
 31            2  3  1  3
 32            2  3  2  2
 33            2  3  3  1
 34            2  4  1  2
 35            2  4  2  1
 36            2  5  1  1
 37            3  1  1  4
 38            3  1  2  3
 39            3  1  3  2
 40            3  1  4  1
 41            3  2  1  3
 42            3  2  2  2
 43            3  2  3  1
 44            3  3  1  2
 45            3  3  2  1
 46            3  4  1  1
 47            4  1  1  3
 48            4  1  2  2
 49            4  1  3  1
 50            4  2  1  2
 51            4  2  2  1
 52            4  3  1  1
 53            5  1  1  2
 54            5  1  2  1
 55            5  2  1  1
 56            6  1  1  1

DIM a AS INTEGER, b AS INTEGER, c AS INTEGER, d AS INTEGER, k AS INTEGER
OPEN "c:\nosdevoirs\polynome.sol" FOR OUTPUT AS #1
k = 0
FOR a = 1 TO 6
    FOR b = 1 TO 6
        FOR c = 1 TO 6
            FOR d = 1 TO 6
                IF a + b + c + d = 9 THEN
                    k = k + 1
                    PRINT k, a; b; c; d
                    PRINT #1, k, a; b; c; d

                END IF
            NEXT d
        NEXT c

    NEXT b
NEXT a
CLOSE #1
END



You might be interested in
The length of a rectangle is 9 centimeters more than half
Sedaia [141]

Answer:

l = 16 cm

Step-by-step explanation:

Let's set the width of the rectangle as "w" and the length of the rectangle as "w/2 + 9".

The perimeter of a rectangle is calculated by adding up the value of all of its side lengths. Therefore, we can find the perimeter using 2l + 2w = P.

We can substitute 60 for P and w/2 + 9 for l.

  • 2(w/2 + 9) + 2w = 60
  • 2w/2 + 18 + 2w = 60
  • w + 18 + 2w = 60
  • 3w + 18 = 60
  • 3w = 42
  • w = 14

Substitute w = 14 into the equation for length l.

  • l = w/2 + 9
  • l = 14/2 + 9
  • l = 16

The length of the rectangle is 16 cm.

4 0
3 years ago
PLEASE HELP ME OUT WITH THIS: *13 POINTS*
almond37 [142]

Answer:

Step-by-step explanation:

B

6 0
3 years ago
Read 2 more answers
David has 52 cans, Sarah has 51 less than X how many does Sarah have
True [87]

Answer:

According to my very precise calculations, I've come to the conclusion that the answer is 1.

7 0
3 years ago
Y^2 - 12y + 27 / y^2 - 6y - 27 <br> simply the rational equation.
Ulleksa [173]

The simplified rational expression is (y - 3)/(y + 3). Where y ≠ -3.

<h3>How to simplify a rational expression?</h3>

A rational expression is in the p/q form. Where p and q are polynomial functions.

To simplify this rational equation,

  • Factorize the polynomials in both numerator and denomiantor.
  • Cancel out common factors if any.
  • If the denominator and the numerator have no common factors except 1, then that is said to be the simplest form of the given rational expression.

<h3>Calculation:</h3>

The given rational equation is

\frac{y^2 - 12y + 27 }{y^2 - 6y - 27}

Factorizing the expression in the numerator:

y² - 12y + 27 = y² - 9y - 3y + 27

⇒ y(y - 9) - 3(y - 9)

⇒ (y - 3)(y - 9)

Factorizing the expression in the denominator:

y² - 6y - 27 = y² - 9y + 3y - 27

⇒ y(y - 9) + 3(y - 9)

⇒ (y + 3)(y - 9)

Since they have (y - 9) as the common factor, we can simplify,

\frac{y^2 - 12y + 27 }{y^2 - 6y - 27}=\frac{(y-3)(y-9)}{(y+3)(y-9)}

⇒ (y - 3)/(y + 3) where y ≠ -3(denomiantor)

Here there are no more common factors except 1; this is the simplest form of the given rational expression.

Learn more about simplifying rational expressions here:

brainly.com/question/1928496

#SPJ9

3 0
2 years ago
I need help on this one asap pliz
Doss [256]
C(5,4)(.40)^4(1-.40)^1=5(.4)^4(.6)^1=0.0768

That's 7.68% = 7.7% (rounded)

Note: C(5, 4) is the number of combinations of 5 things taken 4 at a time. You may have seen this written as _5C_4

In general, C(n,r)=\frac{n!}{r!(n-r)!}
8 0
3 years ago
Other questions:
  • PLEASE HELP THANK YOU!<br> Graph y = -7/3x + 2.
    15·2 answers
  • How to solve 64mi/h=93.9ft/s
    8·1 answer
  • Please show work! Thank you
    14·1 answer
  • I eat 2 spoons of nuts every day for a week. Then I eat 3 spoons for the following w weeks. How many spoons did I eat on average
    15·1 answer
  • Intercepts of x-2y=2
    11·1 answer
  • How many variable terms are in the expression 3x3y + 5x2 + y + 9? (Input a numeric value only.)
    8·2 answers
  • What is the square root of 8
    15·2 answers
  • Need help ASAP plzzzzzzzzzz
    10·2 answers
  • What value of k makes this equation true? ANSWER ASSAP<br><br><br><br> 39 = k - 11
    5·2 answers
  • Mr. Woo wants to ship a fishing rod that is 42 inches long to his son. He has a box with the dimensions shown.
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!