document.write( "Question 265593: The price of a magazine subscription rose 4% this year. IF the subscription now cost $26.00, how much did it cost last year? \n" ); document.write( "
Algebra.Com's Answer #195255 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the price of the magazine last year = x
\n" ); document.write( "The price of a magazine subscription rose 4% this year.
\n" ); document.write( "So the price of the magazine now = x *(104/100)
\n" ); document.write( "Given,the subscription now cost $26.00
\n" ); document.write( "So, x *(104/100) = 26
\n" ); document.write( " x = 26*(100/104)
\n" ); document.write( " x = 25 $
\n" ); document.write( "
\n" );