document.write( "Question 251665: Given three positive integers a, b, and c, that satisfy both 2a + 3b + 4c = 25 and
\n" );
document.write( "4a + 3b + 2c = 35. Find all such ordered triples (a,b,c). \n" );
document.write( "
Algebra.Com's Answer #183338 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Graphically our two equations represent planes in 3 dimensional space. Two planes intersect each other in a line (if they are not parallel). All the points on this line have coordinates which satisfy both equations. Lines have an infinite number of points so there are an infinite set of ordered triples which will satisfy both equations. Since we can't list an infinite set of ordered triples we are looking for a way to express a formula which can be used to express them. \n" ); document.write( "To find this formula we can
\n" ); document.write( "So the ordered pairs which satisfy both equations are of the form: \n" ); document.write( "(c+5, -2c+5, c) where c can be any real number. \n" ); document.write( "P.S. You also could have solved for a and c in terms of b or for b and c in terms of a.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |