<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>2-digit number &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/2-digit-number/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 25 Dec 2017 17:14:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>2-digit number &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Determine a 2-Digit Number Satisfying Two Conditions</title>
		<link>https://yutsumura.com/determine-a-2-digit-number-satisfying-two-conditions/</link>
				<comments>https://yutsumura.com/determine-a-2-digit-number-satisfying-two-conditions/#respond</comments>
				<pubDate>Mon, 25 Dec 2017 17:14:19 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[2-digit number]]></category>
		<category><![CDATA[augmented matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[system of linear equations]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6344</guid>
				<description><![CDATA[<p>A 2-digit number has two properties: The digits sum to 11, and if the number is written with digits reversed, and subtracted from the original number, the result is 45. Find the number. &#160;&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/determine-a-2-digit-number-satisfying-two-conditions/" target="_blank">Determine a 2-Digit Number Satisfying Two Conditions</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 649</h2>
<p>A 2-digit number has two properties: The digits sum to 11, and if the number is written with digits reversed, and subtracted from the original number, the result is 45.  </p>
<p>Find the number.</p>
<p>&nbsp;<br />
<span id="more-6344"></span></p>
<h2>Solution.</h2>
<p>	The key to this problem is noticing that our 2-digit number can be written as $10A + B$, where $A, B$ are the 10s and 1s digit respectively. </p>
<p>The digits summing to 11 then yields the equality $A + B = 11$.  </p>
<p>The number with digits reversed is $10B + A$, and so the second property yields the equation $10A + B &#8211; (10B + A) = 45$.  Simplifying, we have the system of equations<br />
\begin{align*}<br />
A+B &#038;= 11\\<br />
9A-9B &#038;= 45<br />
\end{align*}</p>
<hr />
<p>	To solve this system, we create the augmented matrix and use elementary row operations to put it into reduced row-echelon form:<br />
	\begin{align*}<br />
\left[\begin{array}{rr|r} 1 &#038; 1 &#038; 11 \\ 9 &#038; -9 &#038; 45 \end{array} \right] \xrightarrow{ R_2 &#8211; 9 R_1 } \left[\begin{array}{rr|r} 1 &#038; 1 &#038; 11 \\ 0 &#038; -18 &#038; -54 \end{array} \right]\\[6pt]  \xrightarrow{ \frac{-1}{18} R_2 } \left[\begin{array}{rr|r} 1 &#038; 1 &#038; 11 \\ 0 &#038; 1 &#038; 3 \end{array} \right] \xrightarrow{R_1 &#8211; R_2} \left[\begin{array}{rr|r} 1 &#038; 0 &#038; 8 \\ 0 &#038; 1 &#038; 3 \end{array} \right].<br />
\end{align*}<br />
With this final augmented matrix, we can read off the solution $A = 8$ and $B = 3$.  </p>
<p>Thus our number is $10A + B = 83$.</p>
<button class="simplefavorite-button has-count" data-postid="6344" data-siteid="1" data-groupid="1" data-favoritecount="10" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">10</span></button><p>The post <a href="https://yutsumura.com/determine-a-2-digit-number-satisfying-two-conditions/" target="_blank">Determine a 2-Digit Number Satisfying Two Conditions</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/determine-a-2-digit-number-satisfying-two-conditions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6344</post-id>	</item>
	</channel>
</rss>
