<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: An Office supply store sells spiral notebook paper for $2.50 each and notebook paper made of recycled paper of?</title>
	<atom:link href="http://www.proofficesupply.com/blog/an-office-supply-store-sells-spiral-notebook-paper-for-250-each-and-notebook-paper-made-of-recycled-paper-of/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.proofficesupply.com/blog/an-office-supply-store-sells-spiral-notebook-paper-for-250-each-and-notebook-paper-made-of-recycled-paper-of/</link>
	<description></description>
	<pubDate>Mon, 13 Feb 2012 09:13:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dr. Nightcall</title>
		<link>http://www.proofficesupply.com/blog/an-office-supply-store-sells-spiral-notebook-paper-for-250-each-and-notebook-paper-made-of-recycled-paper-of/comment-page-1/#comment-416</link>
		<dc:creator>Dr. Nightcall</dc:creator>
		<pubDate>Mon, 16 Feb 2009 12:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.proofficesupply.com/blog/an-office-supply-store-sells-spiral-notebook-paper-for-250-each-and-notebook-paper-made-of-recycled-paper-of/#comment-416</guid>
		<description>Let s = spiral and r = recycled
s+r= 50
2.5s + 2.3r = 118.60
Solve the first equation for either variable. I chose s.
s = 50 - r
Now substitute into the second.

2.5(50-r) + 2.3r = 118.6
125 - 2.5r + 2.3 = 118.6
-.2r = -6.4
r = 32 s = 18
So 32 recycled and 18 spiral. Substitute these into the second equation to check our work.

2.5(18) + 2.3(32) = 118.60
45 + 73.6 = 118.60
118.60 = 118.60</description>
		<content:encoded><![CDATA[<p>Let s = spiral and r = recycled<br />
s+r= 50<br />
2.5s + 2.3r = 118.60<br />
Solve the first equation for either variable. I chose s.<br />
s = 50 - r<br />
Now substitute into the second.</p>
<p>2.5(50-r) + 2.3r = 118.6<br />
125 - 2.5r + 2.3 = 118.6<br />
-.2r = -6.4<br />
r = 32 s = 18<br />
So 32 recycled and 18 spiral. Substitute these into the second equation to check our work.</p>
<p>2.5(18) + 2.3(32) = 118.60<br />
45 + 73.6 = 118.60<br />
118.60 = 118.60</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucy</title>
		<link>http://www.proofficesupply.com/blog/an-office-supply-store-sells-spiral-notebook-paper-for-250-each-and-notebook-paper-made-of-recycled-paper-of/comment-page-1/#comment-415</link>
		<dc:creator>Lucy</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.proofficesupply.com/blog/an-office-supply-store-sells-spiral-notebook-paper-for-250-each-and-notebook-paper-made-of-recycled-paper-of/#comment-415</guid>
		<description>HINT: Write what you know in a table.

Variables:
s = # of spiral notebook paper sold
r = # of recycled notebook paper sold

Given: spiral notebook paper for $2.50 each
Means: 2.5 * s = 2.5s = value of spiral notebook paper sold

Given: notebook paper made of recycled paper for $2.30
Means: 2.3 * r = 2.3r = value of recycled notebook paper sold

Given: 50 of these types of paper 
Means: s + r = 50

Given: sold for a total of $118.60
Means: 2.5s + 2.3r = 118.6

You have 2 equations:
s + r = 50
2.5s + 2.3r = 118.6

Solve the first one for s.
s + r = 50
s = 50 - r

Plug this into the second equation.
2.5s + 2.3r = 118.6
2.5(50 - r) + 2.3r = 118.6
125 - 2.5r + 2.3r = 118.6
125 - 118.6 = 2.5r - 2.3r
125 - 118.6 = 2.5r - 2.3r
6.4 = 0.2r
6.4 / 0.2 = r
r = 32

Plug this solved r value into s = 50 - r to solve for s.
s = 50 - r
s = 50 - 32
s = 18

ANSWER: 18 of the spiral notebook paper and 32 of the recycled notebook paper were sold.</description>
		<content:encoded><![CDATA[<p>HINT: Write what you know in a table.</p>
<p>Variables:<br />
s = # of spiral notebook paper sold<br />
r = # of recycled notebook paper sold</p>
<p>Given: spiral notebook paper for $2.50 each<br />
Means: 2.5 * s = 2.5s = value of spiral notebook paper sold</p>
<p>Given: notebook paper made of recycled paper for $2.30<br />
Means: 2.3 * r = 2.3r = value of recycled notebook paper sold</p>
<p>Given: 50 of these types of paper<br />
Means: s + r = 50</p>
<p>Given: sold for a total of $118.60<br />
Means: 2.5s + 2.3r = 118.6</p>
<p>You have 2 equations:<br />
s + r = 50<br />
2.5s + 2.3r = 118.6</p>
<p>Solve the first one for s.<br />
s + r = 50<br />
s = 50 - r</p>
<p>Plug this into the second equation.<br />
2.5s + 2.3r = 118.6<br />
2.5(50 - r) + 2.3r = 118.6<br />
125 - 2.5r + 2.3r = 118.6<br />
125 - 118.6 = 2.5r - 2.3r<br />
125 - 118.6 = 2.5r - 2.3r<br />
6.4 = 0.2r<br />
6.4 / 0.2 = r<br />
r = 32</p>
<p>Plug this solved r value into s = 50 - r to solve for s.<br />
s = 50 - r<br />
s = 50 - 32<br />
s = 18</p>
<p>ANSWER: 18 of the spiral notebook paper and 32 of the recycled notebook paper were sold.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

