document.write( "Question 380592: determine whether or not the following given ordered pairs, labeled a,b and c are solutions to the given equations.
\n" );
document.write( "y=3x-1 A.(1,2)
\n" );
document.write( " B.(-1,-4)
\n" );
document.write( " C.(2,3)
\n" );
document.write( " how do I do this? \n" );
document.write( "
Algebra.Com's Answer #270169 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! determine whether or not the following given ordered pairs, labeled a,b and c are solutions to the given equations. \n" ); document.write( "y=3x-1 \n" ); document.write( "A.(1,2) \n" ); document.write( "2 = 3(1)-1 \n" ); document.write( "2 = 3-1 \n" ); document.write( "2 = 2 \n" ); document.write( " \n" ); document.write( "Yes \n" ); document.write( "------------------- \n" ); document.write( "B.(-1,-4) \n" ); document.write( "-4 = 3(-1)-1 \n" ); document.write( "-4 = -3-1 \n" ); document.write( "-4=-4 \n" ); document.write( "Yes \n" ); document.write( "----------------- \n" ); document.write( "C.(2,3) \n" ); document.write( "3 = 3(2)-1 \n" ); document.write( "3 = 6-1 \n" ); document.write( "3 = 5 \n" ); document.write( "No \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |