The sum of three numbers is 20. The second number is 4
times the first number , and the sum of the first and third
is8. Find the numbers.
Answer Posted / dheeraj shandilya
In Answer posted above there is a typing mistake. In
equation (2) y should be replaced with z so the equation
(2) became
x+z = 8
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Discuss an algorithm to traverse a tree, depth first.
Write a python program to check if a string is a palindrome or not?
Write a program to reverse a number in python?
How do you set a global variable inside a function?
Write a python program to swap the first and last value of a list?
Write a python program to check common letters in two input strings?
Write a python program to count the number of digits in a number?
Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.
Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f
Write a python program to check if a number is a strong number?
Write a program to find sum of the digits of a number in python?
Write a python program to find the second largest number in a list?
plz tell me the exam date for clerks in sbi
Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]
Write a python program to print table of a given number?