
To write a BASIC program to add two polynomials.

Explanation of Solution
Given:
The given polynomials are
Calculation:
The following is the required BASIC Program-
10 INPUT “Enter the degree of first polynomial”:
20 INPUT “Enter the degree of second polynomial”:
30 INPUT “Enter the coefficients of first polynomial from least to highest degree”
40 FOR
50 READ
60 NEXT
70 INPUT “Enter the coefficients of second polynomial from least to highest degree”
80 FOR
90 READ
100 NEXT
110 FOR
120 SUM
130 PRINT SUM
140 NEXT
150 END
DRY RUN of the program:-
INPUT:
Enter the degree of first polynomial
Enter the degree of second polynomial
Enter the coefficients of first polynomial from least to highest degree
Enter the coefficients of second polynomial from least to highest degree
OUTPUT:
Hence the sum of polynomial is
Chapter 4 Solutions
Algebra: Structure And Method, Book 1
Additional Math Textbook Solutions
A Problem Solving Approach To Mathematics For Elementary School Teachers (13th Edition)
University Calculus: Early Transcendentals (4th Edition)
Elementary Statistics (13th Edition)
Calculus: Early Transcendentals (2nd Edition)
Precalculus
Thinking Mathematically (6th Edition)
- Solve the following system of equations: 50x+20y=1800 10x+3y=300arrow_forward> > > we are hiring Salesforce Admin Location: Remote Key Responsibilities: Administer Salesforce Sales & Revenue Cloud (CPQ & Billing) Configure workflows, validation rules & dashboards Automate processes using Flows & Process Builder Collaborate with Sales, Finance & Marketing teams Manage user roles & security Apply: Hr@forcecraver.comarrow_forwardAnswer this questionarrow_forward
- 1. vector projection. Assume, ER1001 and you know the following: ||||=4, 7=-0.5.7. For each of the following, explicitly compute the value. འབ (a) (b) (c) (d) answer. Explicitly compute ||y7||. Explain your answer. Explicitly compute the cosine similarity of and y. Explain your Explicitly compute (x, y). Explain your answer. Find the projection of onto y and the projection of onto .arrow_forward2. Answer the following questions using vectors u and v. --0-0-0 = find the the cosine similarity and the angle between u and v. འརྒྱ (a) (b) find the scalar projection of u onto v. (c) find the projection of u onto v. (d) (e) (f) find the scalar projection of onto u. find the projection of u onto u. find the projection of u onto and the projection of onto . (Hint: find the inner product and verify the orthogonality)arrow_forwardPlease type out answerarrow_forward
- The function f(x) = log x is transformed to produce g(x) = log (x) – 3. Identify the type of transformation and describe the change. Please type out answerarrow_forwardEach graph below is the graph of a system of three linear equations in three unknowns of the form Ax = b. Determine whether each system has a solution and, if it does, the number of free variables. A. O free variables ✓ B. no solution C. no solution D. no solution E. 1 free variable F. 1 free variablearrow_forwardSolve the following systems of equations and show all work.y = x2 + 3y = x + 5 Please type out answerarrow_forward
- Algebra and Trigonometry (6th Edition)AlgebraISBN:9780134463216Author:Robert F. BlitzerPublisher:PEARSONContemporary Abstract AlgebraAlgebraISBN:9781305657960Author:Joseph GallianPublisher:Cengage LearningLinear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning
- Algebra And Trigonometry (11th Edition)AlgebraISBN:9780135163078Author:Michael SullivanPublisher:PEARSONIntroduction to Linear Algebra, Fifth EditionAlgebraISBN:9780980232776Author:Gilbert StrangPublisher:Wellesley-Cambridge PressCollege Algebra (Collegiate Math)AlgebraISBN:9780077836344Author:Julie Miller, Donna GerkenPublisher:McGraw-Hill Education





