document.write( "Question 221064: . Given the following system of equations
\n" );
document.write( "x + y = 4k
\n" );
document.write( "2x = k
\n" );
document.write( "where k is a constant real number, what method would you use to solve this system and
\n" );
document.write( "why? Solve the system for (x, y)in terms of k . List your solution as an ordered pair.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #165845 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given the following system of equations \n" ); document.write( "x + y = 4k \n" ); document.write( "2x = k \n" ); document.write( "where k is a constant real number, what method would you use to solve this system and \n" ); document.write( "why? Solve the system for (x, y)in terms of k . List your solution as an ordered pair. \n" ); document.write( "----------------- \n" ); document.write( "x = k/2 \n" ); document.write( "Substitute into the 1st equation to solve for \"y\": \n" ); document.write( "(k/2) + y = 4k \n" ); document.write( "y = (7/2)k \n" ); document.write( "--------------------- \n" ); document.write( "Solution: (k/2 , 7k/2) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |