document.write( "Question 1152216: Kate makes a donation to a charitable organisation on a monthly basis. Her monthly donation is directly proportional to her monthy savings. If she saves $900 and $1200 in January ano February respectively,her donation increases by $35 from January to February. Find the amount of money she donates to the charitable organisation in each of the two months. \n" ); document.write( "
Algebra.Com's Answer #774191 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
d = donation
\n" ); document.write( "s = savings.
\n" ); document.write( "in january, savings = 900.
\n" ); document.write( "in february, savings = 1200.
\n" ); document.write( "in january, donation = d
\n" ); document.write( "in february donation = d + 35
\n" ); document.write( "since they are directly proportional, you get:
\n" ); document.write( "d / 900 = (d + 35) / 1200
\n" ); document.write( "cross multiply to get:
\n" ); document.write( "d * 1200 = 900 * (d + 35)
\n" ); document.write( "simplify to get:
\n" ); document.write( "d * 1200 = 900 * d + 35 * 900
\n" ); document.write( "subtract 900 * d from both sides of the equation and simplify to get:
\n" ); document.write( "300 * d = 31500
\n" ); document.write( "solve for d to get:
\n" ); document.write( "d = 31500 / 300 = 105
\n" ); document.write( "d + 35 is therefore equal to 140
\n" ); document.write( "you get:
\n" ); document.write( "d / 900 = (d + 35) / 1200 becomes 105 / 900 = 140 / 1200.
\n" ); document.write( "cross multiply to get:
\n" ); document.write( "105 * 1200 = 900 * 140
\n" ); document.write( "simplify to get:
\n" ); document.write( "126000 = 126000.
\n" ); document.write( "this confirms that her monthly donation is directly proportional to her savings.
\n" ); document.write( "the ratio in january is 105 / 900 =
\n" ); document.write( "the amount of money that she donates to the charitable organization in each of the two months is 105 in january and 140 in february.
\n" ); document.write( "you can also confirm this by using the directly porportional formula of y = k * x
\n" ); document.write( "when x = 105, y = 900
\n" ); document.write( "solve for k to get k = 900 / 105 = 8.571428571.
\n" ); document.write( "when x = 140, y = k * 140 = 8.571428i571 * 140 = 1200.
\n" ); document.write( "your solution is that she donates 105 in january and 140 in february to the charitable organization.
\n" ); document.write( "
\n" ); document.write( "
\n" );