document.write( "Question 952002: Francis has five more dollars than Julie. Together they have at least $45. Let x represent the amount of money Francis has. Which inequality can be used to find the possible amounts of money that Francis has? \n" ); document.write( "
Algebra.Com's Answer #581435 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
F = J + 5
\n" ); document.write( "F + J >= 45
\n" ); document.write( "(J+5) + J >= 45
\n" ); document.write( "2J + 5 >= 45
\n" ); document.write( "2J >= 40
\n" ); document.write( "J >= 20
\n" ); document.write( "If Julie's money is less than or equal to 20, and Frank has $5 more, then Frank's money is less than or equal to 25.
\n" ); document.write( "F >= 25
\n" ); document.write( "
\n" );