document.write( "Question 300769: Applications of linear systems- solve using two equation and two variables
\n" ); document.write( "
\n" ); document.write( " An office suply store in San Diego sells 7 writing tablets and 4 pens for $6.40. Also, 2 tablets and 19 pens cost $5.40. Find the price of each one
\n" ); document.write( "

Algebra.Com's Answer #215801 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let W be the price of writing tablets, P be the price of pens.
\n" ); document.write( "1.\"7W%2B4P=6.40\"
\n" ); document.write( "2.\"2W%2B19P=5.40\"
\n" ); document.write( "Multiply eq.1 by 2 and eq. 2 by (-7) and add them together to get rid of W.
\n" ); document.write( "\"%2814W%2B8P%29%2B%28-14W-133P%29=12.80-37.80\"
\n" ); document.write( "\"125P=25\"
\n" ); document.write( "\"P=0.2\"
\n" ); document.write( "Then use either equation to solve for W.
\n" ); document.write( "\"7W%2B4P=6.40\"
\n" ); document.write( "\"7W%2B4%280.2%29=6.40\"
\n" ); document.write( "\"7W%2B0.80=6.40\"
\n" ); document.write( "\"7W=5.60\"
\n" ); document.write( "\"W=0.80\"
\n" ); document.write( "Writing tablets are $0.80 and pens are $0.20.
\n" ); document.write( "
\n" );