document.write( "Question 1035769: Find all values of p and q such that 3p+7q=1 and 5p=14q+53 \n" ); document.write( "
Algebra.Com's Answer #650413 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From the system \n" ); document.write( "3p+7q=1 \n" ); document.write( "5p=14q+53 \n" ); document.write( "we can solve by doubling the first one, solving for 14q and plugging that into the second one, like this... \n" ); document.write( "6p + 14q = 2 \n" ); document.write( "14q = -6p + 2 \n" ); document.write( "5p = (-6p + 2) + 53 \n" ); document.write( "5p = -6p + 55 \n" ); document.write( "11p = 55 \n" ); document.write( "p = 5 \n" ); document.write( "Now plug that in to the top one and get \n" ); document.write( "3(5) + 7q = 1 \n" ); document.write( "15 + 7q = 1 \n" ); document.write( "7q = -14 \n" ); document.write( "q = -2 \n" ); document.write( "(5, -2) is your solution. \n" ); document.write( " |