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
Three friends decide to evenly split their bill at a restaurant. The total bill is $84.99 and they will have to pay an additiona
xz_007 [3.2K]

Given : The Total Bill at the Restaurant is $84.99

Given : The Additional Tax is $5.10

⇒ Total Bill Including the Tax is : (84.99 + 5.10) = $90.09

Given : Three Friends decide to evenly split their Bill

⇒ $90.09 should be Divided into 3 Equal Parts

\mathsf{\implies The\;Amount\;each\;person\;should\;owe\;is = (\frac{90.09}{3})}

\mathsf{\implies The\;Amount\;each\;person\;should\;owe\;is = 30.03\;Dollars}

His Friend Calculation is <u>not</u> Reasonable

3 0
3 years ago
How do you add a fraction and a whole? Please explain step by step to get marked as brainliest
Dimas [21]

Step-by-step explanation:

How do you add a fraction and a whole number?

add

Whole numbers are all natural numbers including 0.

A fraction represents a numerical value, which defines a part of a whole.

Answer: To add a fraction to a whole number, convert the whole number into a fraction, form a common denominator, and then add the two numerators.

Let's look into the steps to add a fraction to a whole number.

Explanation:

Convert the whole number into a fraction by taking the denominator as 1.

Compare the denominators and make them common so that they become like fractions.

Add the numerators of the two fractions.

Example: Add 2/15 and 5

Step 1: Converting the whole number into a fraction.

5 in terms of a fraction is written as 5/1

Step 2: Make the denominator common.

Since, 2/15 has 15 as the denominator, hence, we need to make the denominator of 5/1 as 15

Multiplying numerator and denominator with 15 we get,

(5 × 15) / (1 × 15) = 75/15

Step 3: Adding the numerators of the two fractions.

2/15 + 75/15 = (2 + 75)/15 = 77/15

Thus, to add a fraction to a whole number, convert the whole number into a fraction, form a common denominator, and then add the two numerators.

5 0
2 years ago
PLEASE MAKE SURE HELP ME!
bulgar [2K]

Answer:

1. The first problem is wrong, it should be 0.5(3(15) + 2(20)) because the parentheses make sure that every purchased item is being divided by 2 (multiplying by 0.5 is the same as dividing by 2)

2. The second problem is partially correct. The first two answers you have checked are correct, but the last one is wrong. The third answer should be 6 + 12 instead because that's just a simplified version of 2(3) + 6(2), meaning they are equal

3. I cannot read your answers in the "Why or Why Not" column in the third problem, but the answers you gave in the "Evaluate" and "Does It Work?" columns are all correct.

7 0
3 years ago
Find csc x if sin x + cot x cos x =√3.
Oksi-84 [34.3K]

Answer:

The answer is (d) ⇒ cscx = √3

Step-by-step explanation:

∵ sinx + (cotx)(cosx) = √3

∵ sinx + (cosx/sinx)(cosx) = √3

∴ sinx + cos²x/sinx = √3

∵ cos²x = 1 - sin²x

∴ sinx + (1 - sin²x)/sinx = √3 ⇒ make L.C.M

∴ (sin²x + 1 - sin²x)/sinx = √3

∴ 1/sinx = √3

∵ 1/sinx = cscx

∴ cscx = √3

7 0
3 years ago
A 11 and 1/4
solong [7]

Answer:

Step-by-step explanation:

i dont know the answrrrr

3 0
2 years ago
Other questions:
  • A grocer had some eggs. When he packed them into groups of 4 there were three eggs leftover when he packed them into groups of f
    14·1 answer
  • What is 11 5/8 divided by 2/3?
    5·1 answer
  • At the track meet, Ervin won the 100-meter dash with a time of 12.45 seconds. Landon finished second. Landon's time contains a 4
    8·1 answer
  • 712yd 2115yd The area of the figure is
    13·2 answers
  • Celestes bank charges 2.35 for every time she uses the ATM celestes uses the ATM to withdraw 20.00 on Monday and to deposit 75.0
    11·1 answer
  • Solve the system by substitution <br> 2.5x-3y=-13<br> 3.25x-y=-14
    13·2 answers
  • A controversial bill is being debated in the state legislature. Representative Williams wants to estimate within 5 percentage po
    13·1 answer
  • Ten times s is smaller than 100.
    12·1 answer
  • The sides of a triangle have lengths 3, 25, and 27. What kind of triangle is it ?
    5·1 answer
  • A bus has three passengers Crew Marty Blakely. Marty's age is 1.5 times Crew's age. Blakely's age is 0.75 times crew's age. If t
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!