document.write( "Question 716744: if five pencils and three erasers cost 65 cents, and three pencils and two erasers cost 40 cents, what is the cost of one pencil and one eraser \n" ); document.write( "
Algebra.Com's Answer #439963 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
if five pencils and three erasers cost 65 cents, and three pencils and two erasers cost 40 cents, what is the cost of one pencil and one eraser.
\n" ); document.write( "**
\n" ); document.write( "let x=cost of one pencil
\n" ); document.write( "let y=cost of one eraser
\n" ); document.write( "..
\n" ); document.write( "5x+3y=65
\n" ); document.write( "3x+2y=40
\n" ); document.write( "..
\n" ); document.write( "10x+6y=130
\n" ); document.write( "9x+6y=120
\n" ); document.write( "subtract
\n" ); document.write( "x=10
\n" ); document.write( "..
\n" ); document.write( "2y=40-3x
\n" ); document.write( "2y=40-30=10
\n" ); document.write( "y=5
\n" ); document.write( "..
\n" ); document.write( "cost of one pencil=10 cents
\n" ); document.write( "cost of one eraser=5 cents
\n" ); document.write( "
\n" ); document.write( "
\n" );