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


Please Help Members By Posting Answers For Below Questions

Write a python program to check if a number is a prime number?

468


Write a python program to check if a number is a strong number?

442


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.

1289


Write a python program to check if a number is a palindrome or not?

447


Write a python program to check if a number is a perfect number?

503






Write a python program to count the number of vowels in a string?

498


Write a python program to swap the first and last value of a list?

510


What is the output when we execute list(“hello”)?

624


Write a program to find sum of the digits of a number in python?

484


Write a python program to check common letters in two input strings?

483


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]

1851


Write a python program to check if a number is an armstrong number?

464


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

1325


Discuss an algorithm to traverse a tree, depth first.

1221


How to print sum of the numbers starting from 1 to 100?

442