a
To write a BASIC Program to solve the system of linear equations in two variables.
a
Answer to Problem 3CE
Explanation of Solution
Given:
The given system of linear equations in two variables is -
Calculation:
The following is the BASIC program of the above system of linear equations-
10 INPUT “Enter the value of A”: 3
20 INPUT “Enter the value of B”: 4
30 INPUT “Enter the value of C”: -25
40 INPUT “Enter the value of D”: 2
50 INPUT “Enter the value of E”: -3
60 INPUT “Enter the value of F”: 6
70 PRINT “The value of x is”: (C*E-B*F)/ (A*E-B*D)
80 PRINT “The value of y is”: (A*F-C*D)/ (A*E-B*D)
After running the program, the solution of the system of equations will be
b
To write a BASIC Program to solve the system of linear equations in two variables.
b
Answer to Problem 3CE
Explanation of Solution
Given:
The given system of linear equations in two variables is -
Calculation:
The following is the BASIC program of the above system of linear equations-
10 INPUT “Enter the value of A”: 5
20 INPUT “Enter the value of B”: 4
30 INPUT “Enter the value of C”: 20
40 INPUT “Enter the value of D”: 3
50 INPUT “Enter the value of E”: 1
60 INPUT “Enter the value of F”: 9
70 PRINT “The value of x is”: (C*E-B*F)/ (A*E-B*D)
80 PRINT “The value of y is”: (A*F-C*D)/ (A*E-B*D)
After running the program, the solution of the system of equations will be
c
To write a BASIC Program to solve the system of linear equations in two variables.
c
Answer to Problem 3CE
No solution since the lines are parallel.
Explanation of Solution
Given:
The given system of linear equations in two variables is -
Calculation:
The following is the BASIC program of the above system of linear equations-
10 INPUT “Enter the value of A”: 2
20 INPUT “Enter the value of B”: 4
30 INPUT “Enter the value of C”: 11
40 INPUT “Enter the value of D”: 3
50 INPUT “Enter the value of E”: 6
60 INPUT “Enter the value of F”: 17
70 PRINT “The value of x is”: (C*E-B*F)/ (A*E-B*D)
80 PRINT “The value of y is”: (A*F-C*D)/ (A*E-B*D)
After running the program, the solution of the system of equations will be
No solution since the lines are parallel.
d
To write a BASIC Program to solve the system of linear equations in two variables.
d
Answer to Problem 3CE
Explanation of Solution
Given:
The given system of linear equations in two variables is -
Calculation:
The following is the BASIC program of the above system of linear equations-
10 INPUT “Enter the value of A”: 2
20 INPUT “Enter the value of B”: 1
30 INPUT “Enter the value of C”: 8
40 INPUT “Enter the value of D”: 3
50 INPUT “Enter the value of E”: -2
60 INPUT “Enter the value of F”: 5
70 PRINT “The value of x is”: (C*E-B*F)/ (A*E-B*D)
80 PRINT “The value of y is”: (A*F-C*D)/ (A*E-B*D)
After running the program, the solution of the system of equations will be
Chapter 9 Solutions
Algebra: Structure And Method, Book 1
Additional Math Textbook Solutions
Calculus: Early Transcendentals (2nd Edition)
Elementary Statistics: Picturing the World (7th Edition)
Algebra and Trigonometry (6th Edition)
University Calculus: Early Transcendentals (4th Edition)
- 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