document.write( "Question 958102: The system of linear equations below has a unique solution for all but one value of a :
\n" );
document.write( "10 x - 20 y = 50
\n" );
document.write( "26 x + a y = 130 \r
\n" );
document.write( "\n" );
document.write( "What is this exceptional value for a ? \n" );
document.write( "
Algebra.Com's Answer #585517 by macston(5194)![]() ![]() You can put this solution on YOUR website! 10x-20y=50 \n" ); document.write( "26x+ay=130 \n" ); document.write( "If the two equations are equivalent, there are infinite solutions. \n" ); document.write( "Divide the coefficient of x in first equation by coefficient in second: 10/26=2.6 \n" ); document.write( "Divide constant in first by constant in second: 50/130=2.6 \n" ); document.write( "They are the same, so use this factor to determine coefficient of y \n" ); document.write( "(2.6)(20)=-52 \n" ); document.write( "This makes the second equation: \n" ); document.write( "26x+(-52)y=130 so a=-52 and both equations represent the same line, so there are infinite solutions. \n" ); document.write( "ANSWER: The exceptional value of a is (-52).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |