If a, b and c are integers such that a + b + c = 91 and a*b*c = 729. Determine the value of asquared + bsquared + csquared.

use substitution to find the respective values of a, b, and, c then simply square a, b, and c. and add their squares

729 = 3 * 3 * 3 * 3 *3 *3

try combinations of 3 of those such as
9 * 9 * 9
9 + 9 + 9 = 27, well that is not it so try
27 * 3 * 9
27 + 3 + 9 = 39 nope, keep trying
81 * 3 * 3
81 + 3 + 3 = 87 nope, keep trying

By the way, I can not find a solution with positive integers.

wait so u did find an answer??

I GOT IT!!!!

It's 81, 9, and 1
and the final answer is 6643

To determine the value of asquared + bsquared + csquared given the equations, we first need to find the values of a, b, and c.

Since a + b + c = 91, and a*b*c = 729, we can use these equations to find the values of a, b, and c.

To do this, we need to factorize the value of a*b*c, which is 729. The prime factorization of 729 is 3^6.

Since a, b, and c are integers, we know that a, b, and c should also have factors of 3. Let's assign the powers of 3 to each variable.

Let's assume a = 3^x, b = 3^y, and c = 3^z, where x, y, and z are integers.

Plugging these values into the equation a + b + c = 91, we get:

3^x + 3^y + 3^z = 91.

Now, we need to find the values of x, y, and z that satisfy this equation.

We know that 3^6 equals 729, which is greater than 91, so the highest power we can assign to x, y, or z is 6.

With a few attempts, we find that x = 3, y = 2, and z = 1 satisfy the equation 3^x + 3^y + 3^z = 91.

Hence, a = 3^3 = 27, b = 3^2 = 9, and c = 3^1 = 3.

Now, to determine asquared + bsquared + csquared, we substitute the values of a, b, and c back into the equation:

asquared + bsquared + csquared
= (27)^2 + (9)^2 + (3)^2
= 729 + 81 + 9
= 819.

Therefore, the value of asquared + bsquared + csquared is 819.

Note: In this solution, we used the method of prime factorization and the assumption that a, b, and c are powers of 3. There may be other possible solutions, but this method provides one valid solution.