answersLogoWhite

0

a+b+c = 62. a=3c-6. b=2c-4. a = 62 - b - c.

3a = 186 - 3b - 3c.

3a = 192 - 3b - 3c - 6.

3a = 192 - 3b - a.

2a = 192 - 3b.

2a = 192 - 6c - 12.

2a = 180 - 6c.

2a = 180 - 6(a/3 + 2).

2a = 180 - 2a + 12.

4a = 192.

a = 48.

48 = 3c - 6

54 = 3c

18 = c

a + b + c =62

48 + b + 18 = 62

b=-4

(a=48, b=-4, 18=c) b=2c-4 is not true so i think either some of that tower of math is wrong or you typed in the problem wrong or no solution, likelyhood in that order.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you sort three ascending numbers?

Highlight the numbers and click on the sort button. You can sort ascending (smallest to largest) or descending (largest to smallest).


How do you average averaged numbers?

The average of the smallest and the largest even numbers (2 and 98) is 50 The average of the next smallest and the next largest (4 and 96) is 50 The average of the next smallest and the next largest (6 and 94) is 50 and so on. So, the overall average is 50.


How do you obtain a median if there are three numbers?

First, you need to sort the list of numbers from smallest to greatest. Then, the middle (second) number is your median.


The sum of three consecutive odd numbers is 45 What are the smallest of these numbers?

The smallest of the three is 13.


What is the smallest of three consecutive numbers whose sum is 72?

The smallest of the three numbers is 22.


The sum of three consecutive numbers is 48 what is the smallest of these numbers?

The smallest is 15.


What are the three religions born in the middle east?

Judaism, Christianity, and Islam (oldest to youngest). Islam, Judaism, & Christianity (largest to smallest).


What sum of three consecutive even numbers is 48 what is the smallest of these numbers?

The smallest is 14.


Write a program to find the largest of three numbers and print the output in ascending order?

void main() { int a,b,c; clrscr(); printf("Enter the value of a:"); scanf("%d",&a); printf("\nEnter the value of b:"); scanf("%d",&b); printf("\nEnter the value of c:"); scanf("%d",&c); if(a>b) { if(a>c) { if(b>c) { printf("c is smallest\n"); printf("b is middle\n"); printf("a is largest\n"); } else { printf("b is smallest\n"); printf("c is middle\n"); printf("a is largest\n"); } } else { printf("b is smallest\n"); printf("a is middle\n"); printf("c is largest\n"); } } else if(b>c) { if(a>c) { printf("c is smallest\n"); printf("a is middle\n"); printf("b is largest\n"); } else { printf("a is smallest\n"); printf("c is middle\n"); printf("b is largest\n"); } } else { printf("a is smallest\n"); printf("b is middle\n"); printf("c is largest\n"); } getch(); }


How many three-digits natural numbers are there of the form htu where htu?

The smallest one is 100. The largest one is 999. There are 900 of them.


The total of three consecutive numbers is 168 what is the smallest of the three numbers?

55


What is the smallest number of the three consecutive numbers 168?

The smallest is 55.