document.write( "Question 874979: Three of Carlos’ and Amy's friends are purchasing school supplies at the bookstore.Stan buys a notebook, three packages of pencils and two markers for $7.50.  
\n" ); document.write( "Jan buys two notebooks, six 
\n" ); document.write( "packages of pencils and five markers for $15.50.  
\n" ); document.write( "Fran buys a notebook, two packages of pencils and 
\n" ); document.write( "two markers for $6.25. How much do each of these three items cost? \r
\n" ); document.write( "\n" ); document.write( "Explain in words or with symbols how you can use your intuitive reasoning about these purchases 
\n" ); document.write( "to find the price of each item.\r
\n" ); document.write( "\n" ); document.write( "Note:so far I've tired the following prices and they did not work notebook:$1.25,$1.30,$1.00,Package of pencils:$1.50 Markers:$1.00,0.50,0.80
\n" ); document.write( "

Algebra.Com's Answer #527903 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
let n be notebooks, p be packages of pencils, m be markers, then
\n" ); document.write( "Stan n + 3p + 2m = $ 7.50
\n" ); document.write( "Jan 2n + 6p + 5m = $15.50
\n" ); document.write( "Fran n + 2p + 2m = $ 6.25
\n" ); document.write( "let's subtract Fran from Stan and we get
\n" ); document.write( "p = $1.25
\n" ); document.write( "rewrite the three equations substituting for p
\n" ); document.write( "Stan n + 3(1.25) + 2m = 7.50
\n" ); document.write( "Jan 2n + 6(1.25) + 5m = 15.50
\n" ); document.write( "Fran n + 2(1.25) + 2m = 6.25
\n" ); document.write( "rewrite the three equations now with 2 variables
\n" ); document.write( "Stan n + 2m = 3.75
\n" ); document.write( "Jan 2n + 5m = 8.00
\n" ); document.write( "Fran n + 2m = 3.75
\n" ); document.write( "Note that Fran and Stan are the same now, so we use only one
\n" ); document.write( "Stan/Fran n + 2m = 3.75
\n" ); document.write( "Jan 2n + 5m = 8.00
\n" ); document.write( "now we multiply Stan/Fran by 2
\n" ); document.write( "Stan/Fran 2n + 4m = 7.50
\n" ); document.write( "Jan 2n + 5m = 8.00
\n" ); document.write( "now subtract Stan/Fran from Jan
\n" ); document.write( "m = $.50
\n" ); document.write( "we now have p = $1.25 and m = $.50
\n" ); document.write( "let's substitute in Stan to get n
\n" ); document.write( "n + 3(1.25) + 2(0.50) = 7.50
\n" ); document.write( "n + 4.75 = 7.50
\n" ); document.write( "n = $2.75
\n" ); document.write( "therefore we have the following
\n" ); document.write( "n = $2.75, p = $1.25, m = $.50
\n" ); document.write( "
\n" ); document.write( "
\n" );