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
Are the lengths of the side of the square and perimeter of the square related proportionally? Why or why not
telo118 [61]

Answer:

They are proportional

Step-by-step explanation:

becaue the length of one of the square's sides is 1/4 the perimeter

8 0
3 years ago
*see attached image*
Leni [432]

Answer:

Sin, Cos, Tan and others are used to calculate the ratios of the sides of a right angled triangle by taking a certain angle as the angle of reference.

On the other hand, Sin‐¹, Cos‐¹ and Tan-¹ are used to find the reference angle used to calculate the ratio of sides.

For this question,

we need to find which option should used to calculate the angle the slide makes with the vertical support.

So the option will have to be either A, C or E.

here, the base is 2.81m and hypotenuse is 3.64m.

we know, Cos = base / hypotenuse

So the angle is given by Cos-¹(2.81/3.64)

Option C

4 0
3 years ago
Read 2 more answers
SOMEONE HELP ME PLEASE ASAP
sammy [17]

Answer:

X = 4

Step-by-step explanation:

If I am wrong I am so sorry

7 0
3 years ago
Write two monomials with a product of -84a^6b^10
rjkz [21]
(-2a^5b^4) * (42ab^6) = -84a^6b^10
5 0
3 years ago
Read 2 more answers
Measure the distance from point A to points B, C, and D. Round to the nearest eighth of an inch. Reduce if possible.
Vlad1618 [11]

Answer:

if its on a coordinate plane the formula would be:

√(2x-1x)²+(2y-1y)²

Step-by-step explanation:

so if the coordinates were

A= (-3,2)

B= (4,2)

C= (4,-1)

D= (-3,-1)

for A to B it would be

√(4 - (-3)² + (2-2)²

√(7)² + (0)²

√(7·7) + (0·0)

√49+0

√49

or

7

I hope the explanation helped

7 0
3 years ago
Other questions:
  • I need help in 19.b.
    5·1 answer
  • A triangular garden is being formed with stones. The three sides measure 4 meters by 6 meters by 7 meters. Which of the followin
    10·1 answer
  • 41​% of U.S. adults have very little confidence in newspapers. You randomly select 10 U.S. adults. Find the probability that the
    8·1 answer
  • Multiple Representations Explain how to use a number line to find the
    12·1 answer
  • The polygon below are similar. solve for x and y
    5·2 answers
  • What is 4 divided by 5/7
    5·1 answer
  • Triangles-- find the M&lt;ECD if ​ABC angels are 31 degress.<br>picture added​
    9·1 answer
  • -5x = 25 <br> what is the answer for x?
    7·2 answers
  • Convert 6 2/5 to a percent?<br><br>A) 6.4%<br>B) 64%<br>C) 640%<br>D) 6,400%​
    15·2 answers
  • Help me
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!