document.write( "Question 705648: My wife spent 24percent of her salary on transportation, she then spent 25percent of her remaining salary on rent, if her balance at hand is 1710 dollars, how much did she spent on transportation? \n" ); document.write( "
Algebra.Com's Answer #434702 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
My wife spent 24percent of her salary on transportation, she then spent 25percent of her remaining salary on rent, if her balance at hand is 1710 dollars, how much did she spent on transportation?
\n" ); document.write( "**
\n" ); document.write( "let x=total salary
\n" ); document.write( ".24x=amt spent on transportation
\n" ); document.write( "(x-.24x)=.76x=remaining amt
\n" ); document.write( ".25*.76x=.19=amt spent on rent
\n" ); document.write( "x-.24x-.19x=1710
\n" ); document.write( "x-.43x=1710
\n" ); document.write( ".57x=1710
\n" ); document.write( "x=3000
\n" ); document.write( ".24x=720
\n" ); document.write( "amt spent on transportation=720 dollars
\n" ); document.write( "
\n" );