document.write( "Question 1007199: If Josie were born 4 years earlier, she would be 2 less than twice her age if she were born 4 years later. how old is she now? \n" ); document.write( "
Algebra.Com's Answer #623184 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call Josie's age NOW, x. Then we have
\n" ); document.write( "x + 4 = 2(x - 4) - 2
\n" ); document.write( "x + 4 = 2x - 8 - 2
\n" ); document.write( "x + 4 = 2x - 10
\n" ); document.write( "x = 2x - 14
\n" ); document.write( "x = 14 years old now
\n" ); document.write( "
\n" );